Package org.apache.james.mime4j.stream
Class Event
java.lang.Object
org.apache.james.mime4j.stream.Event
Enumerates events which can be monitored.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
static final Event
Indicates that unexpected end of headers detected.static final Event
Indicates that unexpected end of headers detected.static final Event
Indicates that a body part ended prematurely.static final Event
Indicates that an obsolete syntax header has been detected -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIME_BODY_PREMATURE_END
Indicates that a body part ended prematurely. -
HEADERS_PREMATURE_END
Indicates that unexpected end of headers detected. -
INVALID_HEADER
Indicates that unexpected end of headers detected. -
OBSOLETE_HEADER
Indicates that an obsolete syntax header has been detected -
code
-
-
Constructor Details
-
Event
-
-
Method Details