|
Class Summary |
| Base64 |
This class supports Base 64 encoding and decoding. |
| ChunkedResponse |
This a special type of Response that supports HTTP 1.1 Chunking. |
| InputStreamResponse |
A derivative of Response that is ideal for large data sets. |
| Request |
This class is one of the primary work horses of MM HTTP. |
| RequestBuilder |
While Request is used for parsing requests, this clas is used to build request. |
| Response |
The base class for building HTTP 1.1 compliant responses. |
| ResponseParser |
Used to parse HTTP 1.1 responses. |
| SimpleResponse |
The most basic implementation of Response. |
| UploadedFile |
When parsing a request that contains uploaded files, the file data will be bundled up in instance of this class. |