Class Http2Protocol.SettingIdentifier$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$
- Enclosing class:
- Http2Protocol
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classSETTINGS_ENABLE_PUSH (0x2): This setting can be used to disable server push (Section 8.2).static classSETTINGS_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 classSETTINGS_INITIAL_WINDOW_SIZE (0x4): Indicates the sender's initial window size (in octets) for stream-level flow control.static classSETTINGS_MAX_CONCURRENT_STREAMS (0x3): Indicates the maximum number of concurrent streams that the sender will allow.static classSETTINGS_MAX_FRAME_SIZE (0x5): Indicates the size of the largest frame payload that the sender is willing to receive, in octets.static classSETTINGS_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 SummaryFieldsModifier and TypeFieldDescriptionstatic final Http2Protocol.SettingIdentifier$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.collection.immutable.Seq<Http2Protocol.SettingIdentifier>All()org.apache.pekko.util.OptionVal<Http2Protocol.SettingIdentifier>byId(int id) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
SettingIdentifier$public SettingIdentifier$()
 
- 
- 
Method Details- 
All
- 
byId
 
-