Package com.caucho.hessian.client
Interface HessianConnectionFactory
-
- All Known Implementing Classes:
AbstractHessianConnectionFactory,HessianURLConnectionFactory
public interface HessianConnectionFactoryInternal factory for creating connections to the server. The default factory is java.net
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HessianConnectionopen(URL url)Opens a new or recycled connection to the HTTP server.voidsetHessianProxyFactory(HessianProxyFactory factory)Sets the HessianProxyFactory
-
-
-
Method Detail
-
setHessianProxyFactory
void setHessianProxyFactory(HessianProxyFactory factory)
Sets the HessianProxyFactory
-
open
HessianConnection open(URL url) throws IOException
Opens a new or recycled connection to the HTTP server.- Throws:
IOException
-
-