Interface Summary |
Attributes |
This is an Attributes object which is used to convey
attributes for a given connection. |
GenericHeader |
This is a GenericHeader object that can be used
to represent the headers that can be found in a HTTP message
header. |
PipelineFactory |
The PipelineFactory enables any object that is
using a PipelineHandler to produce the object
desired for processing with a Socket . |
PipelineHandler |
The PipelineHandler interface is used to represent
an object that handles Pipeline objects in sequence
with a ProtocolHandler . |
ProtocolHandler |
This is a ProtocolHandler that is used to process
HTTP Request and Response objects. |
Request |
This interface is used to represent a HTTP request. |
RequestLine |
The RequestLine is used to represent a HTTP
request line. |
Response |
This is used to represent the HTTP response. |
State |
The State is used by the Request to
examine the cookies that have been issued with the HTTP request. |
StatusLine |
The StatusLine is used to represent a HTTP status
line. |