private static enum HeadersBodyParser.State extends java.lang.Enum<HeadersBodyParser.State>
Enum Constant and Description |
---|
EXCLUSIVE |
HEADERS |
PADDING |
PADDING_LENGTH |
PARENT_STREAM_ID |
PARENT_STREAM_ID_BYTES |
PREPARE |
WEIGHT |
Modifier and Type | Method and Description |
---|---|
static HeadersBodyParser.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HeadersBodyParser.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeadersBodyParser.State PREPARE
public static final HeadersBodyParser.State PADDING_LENGTH
public static final HeadersBodyParser.State EXCLUSIVE
public static final HeadersBodyParser.State PARENT_STREAM_ID
public static final HeadersBodyParser.State PARENT_STREAM_ID_BYTES
public static final HeadersBodyParser.State WEIGHT
public static final HeadersBodyParser.State HEADERS
public static final HeadersBodyParser.State PADDING
public static HeadersBodyParser.State[] values()
for (HeadersBodyParser.State c : HeadersBodyParser.State.values()) System.out.println(c);
public static HeadersBodyParser.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