BodyEncoder |
The BodyEncoder object is used to encode content from
the HTTP response.
|
BodyEncoderFactory |
The BodyEncoderFactory is used to create a producer to
match the HTTP header sent with the response.
|
BodyObserver |
The BodyObserver object is core to how the requests
are processed from a pipeline.
|
Collector |
The Collector object is used to collect all of the
data used to form a request entity.
|
Container |
The Container object is used to process HTTP requests
and compose HTTP responses.
|
ContainerEvent |
The ContainerEvent enum represents events that occur when
processing a HTTP transaction.
|
Controller |
The Controller interface represents an object which
is used to process collection events.
|
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.
|
QueryBuilder |
The QueryBuilder object is used to create the query.
|
RequestMessage |
The RequestMessage object is used to create a HTTP
request header representation.
|
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.
|
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.
|