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 HessianConnectionopen(java.net.URL url)Opens a new or recycled connection to the HTTP server.voidsetHessianProxyFactory(HessianProxyFactory factory)Sets the HessianProxyFactory
-
-
-
Method Detail
-
setHessianProxyFactory
public void setHessianProxyFactory(HessianProxyFactory factory)
Description copied from interface:HessianConnectionFactorySets the HessianProxyFactory- Specified by:
setHessianProxyFactoryin 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:
openin interfaceHessianConnectionFactory- Throws:
java.io.IOException
-
-