Package akka.http.impl.engine.http2
Class Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2Protocol.ErrorCode
-
- akka.http.impl.engine.http2.Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Http2Protocol.ErrorCode$
public static class Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$ extends Http2Protocol.ErrorCode implements scala.Product, java.io.Serializable
SETTINGS_TIMEOUT (0x4): The endpoint sent a SETTINGS frame but did not receive a response in a timely manner. See Section 6.5.3 ("Settings Synchronization").- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SETTINGS_TIMEOUT$()
-
Method Summary
-
Methods inherited from class akka.http.impl.engine.http2.Http2Protocol.ErrorCode
id
-
-
-
-
Field Detail
-
MODULE$
public static final Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-