Class Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier
org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- Http2Protocol.SettingIdentifier$
public static class Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$
extends Http2Protocol.SettingIdentifier
implements scala.Product, Serializable
SETTINGS_ENABLE_PUSH (0x2):  This setting can be used to disable
    server push (Section 8.2).  An endpoint MUST NOT send a
    PUSH_PROMISE frame if it receives this parameter set to a value of
    0.  An endpoint that has both set this parameter to 0 and had it
    acknowledged MUST treat the receipt of a PUSH_PROMISE frame as a
    connection error (Section 5.4.1) of type PROTOCOL_ERROR.
 
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.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionStatic reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifieridMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
SETTINGS_ENABLE_PUSH$public SETTINGS_ENABLE_PUSH$()
 
-