private static enum BeginRequestContentParser.State extends java.lang.Enum<BeginRequestContentParser.State>
Enum Constant and Description |
---|
FLAGS |
RESERVED |
RESERVED_BYTES |
ROLE |
ROLE_BYTES |
Modifier and Type | Method and Description |
---|---|
static BeginRequestContentParser.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeginRequestContentParser.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeginRequestContentParser.State ROLE
public static final BeginRequestContentParser.State ROLE_BYTES
public static final BeginRequestContentParser.State FLAGS
public static final BeginRequestContentParser.State RESERVED
public static final BeginRequestContentParser.State RESERVED_BYTES
public static BeginRequestContentParser.State[] values()
for (BeginRequestContentParser.State c : BeginRequestContentParser.State.values()) System.out.println(c);
public static BeginRequestContentParser.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