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:
Serializable, scala.Equals, scala.Product
Enclosing class:
Http2Protocol.ErrorCode$

public static class Http2Protocol.ErrorCode$.COMPRESSION_ERROR$ extends Http2Protocol.ErrorCode implements scala.Product, Serializable
COMPRESSION_ERROR (0x9): The endpoint is unable to maintain the header compression context for the connection.
See Also:
  • Field Details

  • Constructor Details

    • COMPRESSION_ERROR$

      public COMPRESSION_ERROR$()