| Interface | Description |
|---|---|
| ContentHandler |
Receives notifications of the content of a plain RFC822 or MIME message.
|
| EntityStateMachine |
Represents the interal state of a MIME entity, which is being retrieved
from an input stream by a MIME parser.
|
| EntityStates |
Enumeration of states an entity is expected to go through
in the process of the MIME stream parsing.
|
| Field |
Abstract MIME field.
|
| RecursionMode |
Enumeration of parsing modes.
|
| Class | Description |
|---|---|
| AbstractContentHandler |
Abstract
ContentHandler with default implementations of all
the methods of the ContentHandler interface. |
| AbstractEntity |
Abstract MIME entity.
|
| Event |
Enumerates events which can be monitored.
|
| MimeEntity | |
| MimeEntityConfig |
MIME entity configuration
|
| MimeStreamParser |
Parses MIME (or RFC822) message streams of bytes or characters and reports
parsing events to a
ContentHandler instance. |
| MimeTokenStream |
Parses MIME (or RFC822) message streams of bytes or characters.
|
| RawEntity |
Raw MIME entity.
|
| Exception | Description |
|---|---|
| MimeParseEventException |
Indicates that strict parsing has been enabled
and an optional invality has been found in the input.
|
Copyright © 2004-2012. All Rights Reserved.