Class Http2Protocol.ErrorCode$.CANCEL$

java.lang.Object
akka.http.impl.engine.http2.Http2Protocol.ErrorCode
akka.http.impl.engine.http2.Http2Protocol.ErrorCode$.CANCEL$
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
Http2Protocol.ErrorCode$

public static class Http2Protocol.ErrorCode$.CANCEL$ extends Http2Protocol.ErrorCode implements scala.Product, Serializable
CANCEL (0x8): Used by the endpoint to indicate that the stream is no longer needed.
See Also:
  • Field Details

  • Constructor Details

    • CANCEL$

      public CANCEL$()