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 |
---|---|
abstract HessianConnection |
AbstractHessianConnectionFactory.open(URL url)
Opens a new or recycled connection to the HTTP server.
|
HessianConnection |
HessianConnectionFactory.open(URL url)
Opens a new or recycled connection to the HTTP server.
|
HessianConnection |
HessianURLConnectionFactory.open(URL url)
Opens a new or recycled connection to the HTTP server.
|
protected HessianConnection |
HessianProxy.sendRequest(String methodName,
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 InputStream |
HessianProxy.getInputStream(HessianConnection conn) |
Copyright © 2023. All rights reserved.