Package | Description |
---|---|
org.eclipse.actf.util.httpproxy.proxy |
This package includes interfaces to manage sessions of ACTF HTTP proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
IHTTPProxyConnection.init(IClientStateManager clientStateManager,
Socket clientSock,
long keepAlive,
int initServerGroupIdx)
Initializes this proxy connection.
|
boolean |
IHTTPSessionOverrider.replaceRequest(IClientStateManager csm,
IHTTPRequestMessage request)
Check if the request is target of this overrider.
|
boolean |
IHTTPSessionOverrider.replaceResponse(IClientStateManager csm,
IHTTPRequestMessage request,
IHTTPResponseMessage response,
int timeout) |