private static enum EndRequestContentParser.State extends java.lang.Enum<EndRequestContentParser.State>
Enum Constant and Description |
---|
APPLICATION |
APPLICATION_BYTES |
PROTOCOL |
RESERVED |
RESERVED_BYTES |
Modifier and Type | Method and Description |
---|---|
static EndRequestContentParser.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndRequestContentParser.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndRequestContentParser.State APPLICATION
public static final EndRequestContentParser.State APPLICATION_BYTES
public static final EndRequestContentParser.State PROTOCOL
public static final EndRequestContentParser.State RESERVED
public static final EndRequestContentParser.State RESERVED_BYTES
public static EndRequestContentParser.State[] values()
for (EndRequestContentParser.State c : EndRequestContentParser.State.values()) System.out.println(c);
public static EndRequestContentParser.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null