|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mime4j.stream.Event
public final class Event
Enumerates events which can be monitored.
Field Summary | |
---|---|
static Event |
HEADERS_PREMATURE_END
Indicates that unexpected end of headers detected. |
static Event |
INVALID_HEADER
Indicates that unexpected end of headers detected. |
static Event |
MIME_BODY_PREMATURE_END
Indicates that a body part ended prematurely. |
static Event |
OBSOLETE_HEADER
Indicates that an obsolete syntax header has been detected |
Constructor Summary | |
---|---|
Event(java.lang.String code)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Event MIME_BODY_PREMATURE_END
public static final Event HEADERS_PREMATURE_END
public static final Event INVALID_HEADER
public static final Event OBSOLETE_HEADER
Constructor Detail |
---|
public Event(java.lang.String code)
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |