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