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.
AnythingHttp2SettingsBaseDataObjectBasicIdentifiableObjectAnythingno 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: Objecthash, string |