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 TypeFieldDescriptionstatic final EventEvent.HEADERS_PREMATURE_ENDIndicates that unexpected end of headers detected.static final EventEvent.INVALID_HEADERIndicates that unexpected end of headers detected.static final EventEvent.MIME_BODY_PREMATURE_ENDIndicates that a body part ended prematurely.static final EventEvent.OBSOLETE_HEADERIndicates 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.Constructors in org.apache.james.mime4j.stream with parameters of type Event