Class Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$

java.lang.Object
org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode
org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
Http2Protocol.ErrorCode$

public static class Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$ extends Http2Protocol.ErrorCode implements scala.Product, Serializable
HTTP_1_1_REQUIRED (0xd): The endpoint requires that HTTP/1.1 be used instead of HTTP/2.
See Also:
  • Field Details

  • Constructor Details

    • HTTP_1_1_REQUIRED$

      public HTTP_1_1_REQUIRED$()