| Interface | Description |
|---|---|
| MIMEEntityInput | |
| MIMEEntityOutput |
This interfaces allows the creation of MIME entities which will be sent as part of a
multipart/releated HTTP response.
|
| MIMEHandler |
| Class | Description |
|---|---|
| DefaultMIMEHandler |
Default implementation of a HTTP handler which handles HTTP bodies containing MIME content.
|
| MIMEBodyHeader |
This class represents the MIME body header.
|
| MIMEReader |
The
MIMEReader reads the MIME from a given input stream. |
| MIMEUtil |
Utility class for MIME handling.
|