org.apache.james.mime4j.parser
public final class Event extends Object
Modifier and Type | Field and Description |
---|---|
static Event |
HEADERS_PREMATURE_END
Indicates that unexpected end of headers detected.
|
static Event |
INALID_HEADER
Indicates that unexpected end of headers detected.
|
static Event |
MIME_BODY_PREMATURE_END
Indicates that a body part ended prematurely.
|
public static final Event MIME_BODY_PREMATURE_END
public static final Event HEADERS_PREMATURE_END
public static final Event INALID_HEADER
public Event(String code)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.