|
||||||||||
| 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(String code)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
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(String code)
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||