Uses of Class
org.apache.james.mime4j.stream.Event
-
Packages that use Event Package Description org.apache.james.mime4j.stream -
-
Uses of Event in org.apache.james.mime4j.stream
Fields in org.apache.james.mime4j.stream declared as Event Modifier and Type Field Description private EventMimeParseEventException. eventstatic EventEvent. HEADERS_PREMATURE_ENDIndicates that unexpected end of headers detected.static EventEvent. INVALID_HEADERIndicates that unexpected end of headers detected.static EventEvent. MIME_BODY_PREMATURE_ENDIndicates that a body part ended prematurely.static EventEvent. OBSOLETE_HEADERIndicates that an obsolete syntax header has been detectedMethods in org.apache.james.mime4j.stream that return Event Modifier and Type Method Description EventMimeParseEventException. getEvent()Gets the causal parse event.Methods in org.apache.james.mime4j.stream with parameters of type Event Modifier and Type Method Description protected java.lang.StringMimeEntity. message(Event event)Creates an indicative message suitable for display based on the given event and the current state of the system.protected voidMimeEntity. monitor(Event event)Constructors in org.apache.james.mime4j.stream with parameters of type Event Constructor Description MimeParseEventException(Event event)Constructs an exception
-