public static class Http2Protocol.SettingIdentifier$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$
SETTINGS_ENABLE_PUSH (0x2): This setting can be used to disable
server push (Section 8.2).
|
static class |
Http2Protocol.SettingIdentifier$.SETTINGS_HEADER_TABLE_SIZE$
SETTINGS_HEADER_TABLE_SIZE (0x1): Allows the sender to inform the
remote endpoint of the maximum size of the header compression
table used to decode header blocks, in octets.
|
static class |
Http2Protocol.SettingIdentifier$.SETTINGS_INITIAL_WINDOW_SIZE$
SETTINGS_INITIAL_WINDOW_SIZE (0x4): Indicates the sender's initial
window size (in octets) for stream-level flow control.
|
static class |
Http2Protocol.SettingIdentifier$.SETTINGS_MAX_CONCURRENT_STREAMS$
SETTINGS_MAX_CONCURRENT_STREAMS (0x3): Indicates the maximum number
of concurrent streams that the sender will allow.
|
static class |
Http2Protocol.SettingIdentifier$.SETTINGS_MAX_FRAME_SIZE$
SETTINGS_MAX_FRAME_SIZE (0x5): Indicates the size of the largest
frame payload that the sender is willing to receive, in octets.
|
static class |
Http2Protocol.SettingIdentifier$.SETTINGS_MAX_HEADER_LIST_SIZE$
SETTINGS_MAX_HEADER_LIST_SIZE (0x6): This advisory setting informs a
peer of the maximum size of header list that the sender is
prepared to accept, in octets.
|
Modifier and Type | Field and Description |
---|---|
static Http2Protocol.SettingIdentifier$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SettingIdentifier$() |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Seq<Http2Protocol.SettingIdentifier> |
All() |
org.apache.pekko.util.OptionVal<Http2Protocol.SettingIdentifier> |
byId(int id) |
public static final Http2Protocol.SettingIdentifier$ MODULE$
public scala.collection.immutable.Seq<Http2Protocol.SettingIdentifier> All()
public org.apache.pekko.util.OptionVal<Http2Protocol.SettingIdentifier> byId(int id)