class |
ArrayConsumer |
The ArrayConsumer object is a consumer that consumes
bytes in to an internal array before processing.
|
(package private) class |
BoundaryConsumer |
The BoundaryConsumer is used to consume a boundary
for a multipart message.
|
class |
ChunkedConsumer |
The ChunkedConsumer is reads an decodes a stream
using the chunked transfer coding.
|
(package private) class |
ContentConsumer |
The ContentConsumer object represents a consumer for
a multipart body part.
|
class |
EmptyConsumer |
The EmptyConsumer object is used to represent a body
of zero length.
|
class |
EntityConsumer |
The EntityConsumer object is used to consume data
from a cursor and build a request entity.
|
class |
FileUploadConsumer |
The FileUploadConsumer object is used to consume a
list of parts encoded in the multipart format.
|
class |
FixedLengthConsumer |
The FixedLengthConsumer object reads a fixed number of
bytes from a cursor.
|
class |
HeaderConsumer |
The HeaderConsumer object is used to consume a HTTP
header from the cursor.
|
(package private) class |
PartBodyConsumer |
The PartBodyConsumer object is used to consume a part
the contents of a multipart body.
|
(package private) class |
PartConsumer |
The PartConsumer object is used to consume a part
from a part list.
|
(package private) class |
PartEntryConsumer |
The PartEntryConsumer object is used to consume each
part from the part list.
|
(package private) class |
PartHeaderConsumer |
The PartHeaderConsumer object is used to consume the
header for a multipart message.
|
(package private) class |
PartSeriesConsumer |
The PartSeriesConsumer object is used to consume a list
of parts encoded in the multipart format.
|
class |
RequestConsumer |
The RequestConsumer object is used to parse the HTTP
request line followed by the HTTP message headers.
|
class |
SegmentConsumer |
The SegmentConsumer object provides a consumer that is
used to consume a HTTP header.
|
(package private) class |
TokenConsumer |
The TokenConsumer object is used to consume a token
from the cursor.
|
class |
UpdateConsumer |
The UpdateConsumer object is used to create a consumer
that is used to consume and process large bodies.
|