Package akka.http.impl.engine.http2
Class Http2Protocol.SettingIdentifier$
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2Protocol.SettingIdentifier$
-
- Enclosing class:
- Http2Protocol
public static class Http2Protocol.SettingIdentifier$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static Http2Protocol.SettingIdentifier$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SettingIdentifier$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Seq<Http2Protocol.SettingIdentifier>
All()
akka.util.OptionVal<Http2Protocol.SettingIdentifier>
byId(int id)
-
-
-
Field Detail
-
MODULE$
public static final Http2Protocol.SettingIdentifier$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
All
public scala.collection.immutable.Seq<Http2Protocol.SettingIdentifier> All()
-
byId
public akka.util.OptionVal<Http2Protocol.SettingIdentifier> byId(int id)
-
-