Package com.caucho.hessian.client
Class HessianURLConnectionFactory
java.lang.Object
com.caucho.hessian.client.HessianURLConnectionFactory
- All Implemented Interfaces:
HessianConnectionFactory
Internal factory for creating connections to the server. The default
factory is java.net
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOpens a new or recycled connection to the HTTP server.void
Sets the HessianProxyFactory
-
Constructor Details
-
HessianURLConnectionFactory
public HessianURLConnectionFactory()
-
-
Method Details
-
setHessianProxyFactory
Description copied from interface:HessianConnectionFactory
Sets the HessianProxyFactory- Specified by:
setHessianProxyFactory
in interfaceHessianConnectionFactory
-
open
Opens a new or recycled connection to the HTTP server.- Specified by:
open
in interfaceHessianConnectionFactory
- Throws:
IOException
-