Class Http2Protocol.ErrorCode$.NO_ERROR$

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

public static class Http2Protocol.ErrorCode$.NO_ERROR$ extends Http2Protocol.ErrorCode implements scala.Product, Serializable
NO_ERROR (0x0): The associated condition is not a result of an error. For example, a GOAWAY might include this code to indicate graceful shutdown of a connection.
See Also:
  • Field Details

  • Constructor Details

    • NO_ERROR$

      public NO_ERROR$()