Package akka.http.impl.engine.http2
Class Http2Protocol.ErrorCode$.COMPRESSION_ERROR$
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2Protocol.ErrorCode
-
- akka.http.impl.engine.http2.Http2Protocol.ErrorCode$.COMPRESSION_ERROR$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Http2Protocol.ErrorCode$
public static class Http2Protocol.ErrorCode$.COMPRESSION_ERROR$ extends Http2Protocol.ErrorCode implements scala.Product, java.io.Serializable
COMPRESSION_ERROR (0x9): The endpoint is unable to maintain the header compression context for the connection.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Http2Protocol.ErrorCode$.COMPRESSION_ERROR$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description COMPRESSION_ERROR$()
-
Method Summary
-
Methods inherited from class akka.http.impl.engine.http2.Http2Protocol.ErrorCode
id
-
-
-
-
Field Detail
-
MODULE$
public static final Http2Protocol.ErrorCode$.COMPRESSION_ERROR$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-