public final class Event
extends java.lang.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.
|
Constructor and Description |
---|
Event(java.lang.String code) |
public static final Event MIME_BODY_PREMATURE_END
public static final Event HEADERS_PREMATURE_END
public static final Event INALID_HEADER
Copyright © 2004-2012. All Rights Reserved.