HTTP2 settings, the settings is initialized with the default HTTP/2 values.
The settings expose the parameters defined by the HTTP/2 specification, as well as extra settings for protocol extensions.
Anything
Http2Settings
BaseDataObject
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
Http2Settings(Integer? headerTableSize = null, Integer? initialWindowSize = null, Integer? maxConcurrentStreams = null, Integer? maxFrameSize = null, Integer? maxHeaderListSize = null, Boolean? pushEnabled = null) Parameters:
|
Inherited Attributes |
Attributes inherited from: Object hash , string |