Uses of Interface
com.caucho.hessian.client.HessianConnection

Packages that use HessianConnection
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
 class AbstractHessianConnection
          Internal connection to a server.
 class HessianURLConnection
          Internal connection to a server.
 

Methods in com.caucho.hessian.client that return HessianConnection
abstract  HessianConnection AbstractHessianConnectionFactory.open(java.net.URL url)
          Opens a new or recycled connection to the HTTP server.
 HessianConnection HessianConnectionFactory.open(java.net.URL url)
          Opens a new or recycled connection to the HTTP server.
 HessianConnection HessianURLConnectionFactory.open(java.net.URL url)
          Opens a new or recycled connection to the HTTP server.
protected  HessianConnection HessianProxy.sendRequest(java.lang.String methodName, java.lang.Object[] args)
          Sends the HTTP request to the Hessian connection.
 

Methods in com.caucho.hessian.client with parameters of type HessianConnection
protected  void HessianProxy.addRequestHeaders(HessianConnection conn)
          Method that allows subclasses to add request headers such as cookies.
protected  java.io.InputStream HessianProxy.getInputStream(HessianConnection conn)