|
Class Summary |
| AbstractContentHandler |
Abstract ContentHandler with default implementations of all
the methods of the ContentHandler interface. |
| BodyDescriptor |
Encapsulates the values of the MIME-specific header fields
(which starts with Content-). |
| CloseShieldInputStream |
InputStream that shields its underlying input stream from
being closed. |
| EOLConvertingInputStream |
InputStream which converts \r
bytes not followed by \n and \n not
preceded by \r to \r\n. |
| MimeBoundaryInputStream |
Stream that constrains itself to a single MIME body part. |
| MimeStreamParser |
Parses MIME (or RFC822) message streams of bytes or characters and reports
parsing events to a ContentHandler instance. |
| SimpleContentHandler |
Abstract implementation of ContentHandler that automates common
tasks. |