|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHTTPProxyConnection
Interface for HTTP connection with client.
Method Summary | |
---|---|
int |
getListenPort()
Gets the TCP port number on which this proxy connection is listening. |
ISecretManager |
getSecretManager()
Gets the secret manager for this proxy connection. |
void |
init(IClientStateManager clientStateManager,
Socket clientSock,
long keepAlive,
int initServerGroupIdx)
Initializes this proxy connection. |
Methods inherited from interface org.eclipse.actf.util.httpproxy.core.IClientConnection |
---|
allowTunnel, close, getClientSocket, getCurrentServerGroupIndex, isHandlingRequest, rejectTunnel, resetConnection, run, sendResponse, sendResponse, sendResponse |
Method Detail |
---|
ISecretManager getSecretManager()
int getListenPort()
void init(IClientStateManager clientStateManager, Socket clientSock, long keepAlive, int initServerGroupIdx) throws IOException
clientStateManager
- client state managerclientSock
- TCP socket for client connectionkeepAlive
- number of milliseconds until the timeout of each network I/O
operationinitServerGroupIdx
- index of initial server group
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |