protected abstract HttpHeaderReader.Event |
HttpHeaderReader.getEvent() |
FIXME remove.
|
abstract HttpHeaderReader.Event |
HttpHeaderReader.next() |
TODO javadoc.
|
abstract HttpHeaderReader.Event |
HttpHeaderReader.next(boolean skipWhiteSpace) |
TODO javadoc.
|
protected abstract HttpHeaderReader.Event |
HttpHeaderReader.next(boolean skipWhiteSpace,
boolean preserveBackslash) |
TODO javadoc.
|
static HttpHeaderReader.Event |
HttpHeaderReader.Event.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HttpHeaderReader.Event[] |
HttpHeaderReader.Event.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|