Uses of Interface
com.caucho.hessian.client.HessianConnectionFactory
-
Packages that use HessianConnectionFactory Package Description com.caucho.hessian.client Portable client code for using Hessian services. -
-
Uses of HessianConnectionFactory in com.caucho.hessian.client
Classes in com.caucho.hessian.client that implement HessianConnectionFactory Modifier and Type Class Description classAbstractHessianConnectionFactoryInternal factory for creating connections to the server.classHessianURLConnectionFactoryInternal factory for creating connections to the server.Methods in com.caucho.hessian.client that return HessianConnectionFactory Modifier and Type Method Description protected HessianConnectionFactoryHessianProxyFactory. createHessianConnectionFactory()HessianConnectionFactoryHessianProxyFactory. getConnectionFactory()Returns the connection factory to be used for the HTTP request.Methods in com.caucho.hessian.client with parameters of type HessianConnectionFactory Modifier and Type Method Description voidHessianProxyFactory. setConnectionFactory(HessianConnectionFactory factory)Sets the connection factory to use when connecting to the Hessian service.
-