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