| Interface | Description |
|---|---|
| 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. |
| ByteConsumer |
The
ByteConsumer object is used to consume and process
bytes from a cursor. |
| Entity |
The
Entity object is used to represent the HTTP entity
received from the client. |
| Header |
This is a
Header object that is used to represent a
basic form for the HTTP request message. |
| Message |
The
Message object is used to store an retrieve the
headers for both a request and response. |
| Segment |
The
Segment object represents a collection of header
values that is followed by a body. |
| Class | Description |
|---|---|
| ArrayConsumer |
The
ArrayConsumer object is a consumer that consumes
bytes in to an internal array before processing. |
| ChunkedConsumer |
The
ChunkedConsumer is reads an decodes a stream
using the chunked transfer coding. |
| EmptyConsumer |
The
EmptyConsumer object is used to represent a body
of zero length. |
| 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. |
| RequestConsumer |
The
RequestConsumer object is used to parse the HTTP
request line followed by the HTTP message headers. |
| 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. |
Copyright © 2024. All rights reserved.