Package software.amazon.awssdk.crt.http
Enum Http2ConnectionSetting.ID
- All Implemented Interfaces:
Serializable,Comparable<Http2ConnectionSetting.ID>
- Enclosing class:
- Http2ConnectionSetting
Predefined settings identifiers (RFC-7540 6.5.2).
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()static Http2ConnectionSetting.IDReturns the enum constant of this type with the specified name.static Http2ConnectionSetting.ID[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HEADER_TABLE_SIZE
-
ENABLE_PUSH
-
MAX_CONCURRENT_STREAMS
-
INITIAL_WINDOW_SIZE
-
MAX_FRAME_SIZE
-
MAX_HEADER_LIST_SIZE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-