Enum Constant and Description |
---|
ENABLE_PUSH |
HEADER_TABLE_SIZE |
INITIAL_WINDOW_SIZE |
MAX_CONCURRENT_STREAMS |
MAX_FRAME_SIZE |
MAX_HEADER_LIST_SIZE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
java.lang.String |
toString() |
static Setting |
valueOf(int i) |
static Setting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Setting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Setting HEADER_TABLE_SIZE
public static final Setting ENABLE_PUSH
public static final Setting MAX_CONCURRENT_STREAMS
public static final Setting INITIAL_WINDOW_SIZE
public static final Setting MAX_FRAME_SIZE
public static final Setting MAX_HEADER_LIST_SIZE
public static final Setting UNKNOWN
public static Setting[] values()
for (Setting c : Setting.values()) System.out.println(c);
public static Setting 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 nullpublic int getId()
public java.lang.String toString()
toString
in class java.lang.Enum<Setting>
public static Setting valueOf(int i)
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.