Class Summary |
HttpMessage |
Class to manage the HTTP message headers and body content, which could be anything at this point
This class should be extended by HttpMessageRequest and HttpMessageResponse classes and never used directly |
HttpMessageRequest |
HTTP Request Message Class, this is the message received from the client for processing |
HttpMessageResponse |
HTTP Response Message Class, this is the message received from the remote host in response to a request |
Proxy |
Main Proxy class which has a test main method and is the base class for all proxy handling |
ProxyProcessor |
|
ProxyRegistry |
A static data container that keeps references to every HttpMessageHandler/Processor that
must be called by the Proxy for each message. |
ProxyStatistics |
ProxyStatistics object is used to track statistics collected during the proxy execution to report to the user via an HTTP request directed to the proxy itself, rather than meant for a remote host or port |
SSLByteChannel |
Upgrade a ByteChannel for SSL. |