Sets the content handler factory of the specified utl connection object to the given content handler factory object.
Syntax
setContentHandlerFactory( urlconnection , contenthandlerfactory )
urlconnection.setContentHandlerFactory( contenthandlerfactory )
Parameters
urlconnection
|
the url connection object to use.
|
contenthandlerfactory
|
the content handler factory object to use.
|
Returns
Example
ucon.setContentHandlerFactory( factory )
|