Package | Description |
---|---|
com.caucho.hessian.client |
Portable client code for using Hessian services.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHessianConnection
Internal connection to a server.
|
class |
HessianURLConnection
Internal connection to a server.
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract HessianConnection |
AbstractHessianConnectionFactory.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.
|
Modifier and Type | Method and Description |
---|---|
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) |