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.
|
org.eclipse.actf.util.httpproxy.util |
This package includes utilities for ACTF HTTP proxy.
|
Class and Description |
---|
IBufferRange
Interface for keeping start position and length of target content
|
IHTTPHeader
HTTP header information of a HTTP request/request message.
|
IHTTPMessage
A HTTP request/response message.
|
IHTTPRequestMessage
A HTTP request message.
|
IHTTPResponseMessage
A HTTP response message.
|
IMessageBody
Body of a HTTP request/response message.
|
IPushbackMessageBody
Body of a HTTP request/response message which can provide
PushbackInputStream . |
TimeoutException
This exception is thrown when an operation (e.g. read and write) did not
completes within a specific time.
|
Class and Description |
---|
IClientConnection
A connection with client.
|
IHTTPRequestMessage
A HTTP request message.
|
IHTTPResponseMessage
A HTTP response message.
|
TimeoutException
This exception is thrown when an operation (e.g. read and write) did not
completes within a specific time.
|
Class and Description |
---|
IHTTPRequestMessage
A HTTP request message.
|
IHTTPResponseMessage
A HTTP response message.
|
IHTTPResponsePushbackMessage
A HTTP response message which can provide
IPushbackMessageBody . |