Package | Description |
---|---|
com.caucho.hessian.client |
Portable client code for using Hessian services.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHessianConnectionFactory
Internal factory for creating connections to the server.
|
class |
HessianURLConnectionFactory
Internal factory for creating connections to the server.
|
Modifier and Type | Method and Description |
---|---|
protected HessianConnectionFactory |
HessianProxyFactory.createHessianConnectionFactory() |
HessianConnectionFactory |
HessianProxyFactory.getConnectionFactory()
Returns the connection factory to be used for the HTTP request.
|
Modifier and Type | Method and Description |
---|---|
void |
HessianProxyFactory.setConnectionFactory(HessianConnectionFactory factory)
Sets the connection factory to use when connecting
to the Hessian service.
|