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