Package | Description |
---|---|
org.eclipse.actf.util.httpproxy.core |
This package includes core interfaces of ACTF HTTP proxy.
|
org.eclipse.actf.util.httpproxy.proxy |
This package includes interfaces to manage sessions of ACTF HTTP proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
IClientConnection.allowTunnel(IHTTPRequestMessage req,
org.eclipse.actf.util.internal.httpproxy.core.ServerConnection sc,
long timeout)
Allow to establish tunnel for connect request
|
byte[] |
IHTTPResponsePushbackMessage.readBody(long timeout,
boolean pushback)
Reads the body of this message and returns it as an array of bytes.
|
void |
IClientConnection.rejectTunnel(IHTTPRequestMessage req,
long timeout)
Reject to establish tunnel for connect request
|
void |
IClientConnection.sendResponse(long timeout,
IHTTPResponseMessage response)
Send a HTTP response message to the client.
|
void |
IClientConnection.sendResponse(long timeout,
IHTTPResponseMessage response,
boolean readyToHandleRequest)
Send a HTTP response message to the client.
|
void |
IHTTPMessage.write(long timeout,
OutputStream out)
Writes this message (headers and message body) to the specified output stream.
|
void |
IHTTPMessage.writeBody(long timeout,
IMessageBody msgBody,
OutputStream out)
Writes the message body to the specified output stream.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IHTTPSessionOverrider.replaceResponse(IClientStateManager csm,
IHTTPRequestMessage request,
IHTTPResponseMessage response,
int timeout) |