public static class Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$ extends Http2Protocol.SettingIdentifier implements scala.Product, java.io.Serializable
The initial value is 1, which indicates that server push is permitted. Any value other than 0 or 1 MUST be treated as a connection error (Section 5.4.1) of type PROTOCOL_ERROR.
Modifier and Type | Field and Description |
---|---|
static Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SETTINGS_ENABLE_PUSH$() |
id
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$ MODULE$