public static class Http2Protocol.SettingIdentifier$.SETTINGS_MAX_CONCURRENT_STREAMS$ extends Http2Protocol.SettingIdentifier implements scala.Product, java.io.Serializable
A value of 0 for SETTINGS_MAX_CONCURRENT_STREAMS SHOULD NOT be treated as special by endpoints. A zero value does prevent the creation of new streams; however, this can also happen for any limit that is exhausted with active streams. Servers SHOULD only set a zero value for short durations; if a server does not wish to accept requests, closing the connection is more appropriate.
Modifier and Type | Field and Description |
---|---|
static Http2Protocol.SettingIdentifier$.SETTINGS_MAX_CONCURRENT_STREAMS$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SETTINGS_MAX_CONCURRENT_STREAMS$() |
id
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Http2Protocol.SettingIdentifier$.SETTINGS_MAX_CONCURRENT_STREAMS$ MODULE$