Uses of Class
org.apache.james.mime4j.stream.Event
Packages that use Event
-
Uses of Event in org.apache.james.mime4j.stream
Fields in org.apache.james.mime4j.stream declared as EventModifier and TypeFieldDescriptionprivate final Event
MimeParseEventException.event
static final Event
Event.HEADERS_PREMATURE_END
Indicates that unexpected end of headers detected.static final Event
Event.INVALID_HEADER
Indicates that unexpected end of headers detected.static final Event
Event.MIME_BODY_PREMATURE_END
Indicates that a body part ended prematurely.static final Event
Event.OBSOLETE_HEADER
Indicates that an obsolete syntax header has been detectedMethods in org.apache.james.mime4j.stream that return EventModifier and TypeMethodDescriptionMimeParseEventException.getEvent()
Gets the causal parse event.Methods in org.apache.james.mime4j.stream with parameters of type EventModifier and TypeMethodDescriptionprotected String
Creates an indicative message suitable for display based on the given event and the current state of the system.protected void
Constructors in org.apache.james.mime4j.stream with parameters of type Event