Uses of Interface
com.caucho.hessian.client.HessianConnection
-
Packages that use HessianConnection Package Description com.caucho.hessian.client Portable client code for using Hessian services. -
-
Uses of HessianConnection in com.caucho.hessian.client
Classes in com.caucho.hessian.client that implement HessianConnection Modifier and Type Class Description classAbstractHessianConnectionInternal connection to a server.classHessianURLConnectionInternal connection to a server.Methods in com.caucho.hessian.client that return HessianConnection Modifier and Type Method Description abstract HessianConnectionAbstractHessianConnectionFactory. open(URL url)Opens a new or recycled connection to the HTTP server.HessianConnectionHessianConnectionFactory. open(URL url)Opens a new or recycled connection to the HTTP server.HessianConnectionHessianURLConnectionFactory. open(URL url)Opens a new or recycled connection to the HTTP server.protected HessianConnectionHessianProxy. sendRequest(String methodName, Object[] args)Sends the HTTP request to the Hessian connection.Methods in com.caucho.hessian.client with parameters of type HessianConnection Modifier and Type Method Description protected voidHessianProxy. addRequestHeaders(HessianConnection conn)Method that allows subclasses to add request headers such as cookies.protected InputStreamHessianProxy. getInputStream(HessianConnection conn)
-