Package com.caucho.hessian.client
Interface HessianConnectionFactory
- All Known Implementing Classes:
AbstractHessianConnectionFactory,HessianURLConnectionFactory
public interface HessianConnectionFactory
Internal factory for creating connections to the server. The default
factory is java.net
-
Method Summary
Modifier and TypeMethodDescriptionOpens a new or recycled connection to the HTTP server.voidSets the HessianProxyFactory
-
Method Details
-
setHessianProxyFactory
Sets the HessianProxyFactory -
open
Opens a new or recycled connection to the HTTP server.- Throws:
IOException
-