| ArrayConsumer |
The ArrayConsumer object is a consumer that consumes
bytes in to an internal array before processing.
|
| Body |
The Body interface is used to represent the body of
a HTTP entity.
|
| BodyConsumer |
The BodyConsumer is used to consume the body of an
HTTP message.
|
| BoundaryConsumer |
The BoundaryConsumer is used to consume a boundary
for a multipart message.
|
| ByteConsumer |
The ByteConsumer object is used to consume and process
bytes from a cursor.
|
| ConsumerFactory |
The ConsumerFactory object is used to create a factory
for creating consumers.
|
| ContentConsumer |
The ContentConsumer object represents a consumer for
a multipart body part.
|
| ContinueDispatcher |
The ContinueDispatcher object is used to send the HTTP
100 continue status if required.
|
| Header |
This is a Header object that is used to represent a
basic form for the HTTP request message.
|
| HeaderConsumer |
The HeaderConsumer object is used to consume a HTTP
header from the cursor.
|
| Message |
The Message object is used to store an retrieve the
headers for both a request and response.
|
| MessageHeader |
The Message object is used to store an retrieve the
headers for both a request and response.
|
| MessageHeader.Series |
The Series object is used to represent a list of
HTTP header value for a given name.
|
| PartEntryConsumer |
The PartEntryConsumer object is used to consume each
part from the part list.
|
| PartEntryFactory |
This PartEntryFactory object provides a factory for
creating part entry consumers.
|
| PartFactory |
The PartFactory represents a factory for creating the
consumers that are used to read a multipart upload message.
|
| PartSeries |
The PartSeries object represents an ordered list of
parts that were uploaded within a HTTP entity body.
|
| RequestConsumer |
The RequestConsumer object is used to parse the HTTP
request line followed by the HTTP message headers.
|
| Segment |
The Segment object represents a collection of header
values that is followed by a body.
|
| SegmentConsumer |
The SegmentConsumer object provides a consumer that is
used to consume a HTTP header.
|
| UpdateConsumer |
The UpdateConsumer object is used to create a consumer
that is used to consume and process large bodies.
|