ArrayConsumer |
The ArrayConsumer object is a consumer that consumes
bytes in to an internal array before processing.
|
BoundaryConsumer |
The BoundaryConsumer is used to consume a boundary
for a multipart message.
|
BufferBody |
The Body interface is used to represent the body of
a HTTP entity.
|
BufferPart |
The BufferPart is used to represent a part within
a request message.
|
ChunkedConsumer |
The ChunkedConsumer is reads an decodes a stream
using the chunked transfer coding.
|
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.
|
EmptyConsumer |
The EmptyConsumer object is used to represent a body
of zero length.
|
EmptyInputStream |
The EmptyInputStream object provides a stream that
is immediately empty.
|
EntityConsumer |
The EntityConsumer object is used to consume data
from a cursor and build a request entity.
|
FileUploadConsumer |
The FileUploadConsumer object is used to consume a
list of parts encoded in the multipart format.
|
FixedLengthConsumer |
The FixedLengthConsumer object reads a fixed number of
bytes from a cursor.
|
HeaderConsumer |
The HeaderConsumer object is used to consume a HTTP
header from the cursor.
|
MessageHeader |
The Message object is used to store an retrieve the
headers for both a request and response.
|
PartBodyConsumer |
The PartBodyConsumer object is used to consume a part
the contents of a multipart body.
|
PartConsumer |
The PartConsumer object is used to consume a part
from a part list.
|
PartData |
The PartData object represents an ordered list of
parts that were uploaded within a HTTP entity body.
|
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.
|
PartHeaderConsumer |
The PartHeaderConsumer object is used to consume the
header for a multipart message.
|
PartSeriesConsumer |
The PartSeriesConsumer object is used to consume a list
of parts encoded in the multipart format.
|
RequestConsumer |
The RequestConsumer object is used to parse the HTTP
request line followed by the HTTP message headers.
|
RequestConsumer.Token |
This is a sequence of characters representing the header data
consumed.
|
SegmentConsumer |
The SegmentConsumer object provides a consumer that is
used to consume a HTTP header.
|
TokenConsumer |
The TokenConsumer object is used to consume a token
from the cursor.
|
UpdateConsumer |
The UpdateConsumer object is used to create a consumer
that is used to consume and process large bodies.
|