BodyEncoderFactory |
The BodyEncoderFactory is used to create a producer to
match the HTTP header sent with the response.
|
ChunkedEncoder |
The ChunkedEncoder object is used to encode data in
the chunked encoding format.
|
CloseEncoder |
The CloseEncoder is used to close a connection once
all of the content has been produced.
|
ContainerController |
The ContainerController object is essentially the core
processing engine for the server.
|
ContainerSocketProcessor |
The ContainerSocketProcessor object is a connector
that dispatch requests from a connected pipeline.
|
ContainerTransportProcessor |
The ContainerProcessor object is used to create
channels which can be used to consume and process requests.
|
Conversation |
The Conversation object is used to set and interpret
the semantics of the HTTP headers with regard to the encoding
used for the response.
|
EmptyEncoder |
The EmptyEncoder object is a producer used if there
is not response body to be delivered.
|
FixedLengthEncoder |
The FixedLengthEncoder object produces content without
any encoding, but limited to a fixed number of bytes.
|
QueryBuilder |
The QueryBuilder object is used to create the query.
|
QueryCombiner |
The QueryCombimer is used to parse several strings
as a complete URL encoded parameter string.
|
RequestCertificate |
The RequestCertificate represents a certificate for
an HTTP request.
|
RequestCertificate.Challenge |
The Challenge provides a basic wrapper around the
challenge provided by the SSL connection.
|
RequestCollector |
The RequestCollector object is used to collect all of
the data used to form a request entity.
|
RequestDispatcher |
The RequestDispatcher object is used to dispatch a
request and response to the container.
|
RequestEntity |
This object is used to represent a HTTP request.
|
RequestMessage |
The RequestMessage object is used to create a HTTP
request header representation.
|
RequestReader |
The RequestReader object is used to read the bytes
that form the request entity.
|
ResponseBuffer |
The ResponseBuffer object is an output stream that can
buffer bytes written up to a given size.
|
ResponseEncoder |
The ResponseEncoder object acts as a means to determine
the transfer encoding for the response body.
|
ResponseEntity |
This is used to represent the HTTP response.
|
ResponseMessage |
The ResponseMessage object represents the header used
for a response.
|
ResponseObserver |
The ResponseObserver is used to observe the response
streams.
|
Timer |
The Timer object is used to set the time a specific
event occurred at.
|