Uses of Class
org.jvnet.mimepull.MIMEEvent
-
-
Uses of MIMEEvent in org.jvnet.mimepull
Subclasses of MIMEEvent in org.jvnet.mimepull Modifier and Type Class Description (package private) static classMIMEEvent.Content(package private) static classMIMEEvent.EndMessage(package private) static classMIMEEvent.EndPart(package private) static classMIMEEvent.Headers(package private) static classMIMEEvent.StartMessage(package private) static classMIMEEvent.StartPartFields in org.jvnet.mimepull with type parameters of type MIMEEvent Modifier and Type Field Description private java.util.Iterator<MIMEEvent>MIMEMessage. itMethods in org.jvnet.mimepull that return MIMEEvent Modifier and Type Method Description MIMEEventMIMEParser.MIMEEventIterator. next()Methods in org.jvnet.mimepull that return types with arguments of type MIMEEvent Modifier and Type Method Description java.util.Iterator<MIMEEvent>MIMEParser. iterator()Returns iterator for the parsing events.
-