|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Fields in com.caucho.hessian.client declared as HessianConnection | |
---|---|
private HessianConnection |
HessianProxy.ResultInputStream._conn
|
Methods in com.caucho.hessian.client that return HessianConnection | |
---|---|
HessianConnection |
HessianConnectionFactory.open(java.net.URL url)
Opens a new or recycled connection to the HTTP server. |
abstract HessianConnection |
AbstractHessianConnectionFactory.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. |
Constructors in com.caucho.hessian.client with parameters of type HessianConnection | |
---|---|
HessianProxy.ResultInputStream(HessianConnection conn,
java.io.InputStream is,
AbstractHessianInput in,
java.io.InputStream hessianIs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |