Package akka.http.impl.engine.http2
Class Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2Protocol.ErrorCode
-
- akka.http.impl.engine.http2.Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Http2Protocol.ErrorCode$
public static class Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$ extends Http2Protocol.ErrorCode implements scala.Product, java.io.Serializable
HTTP_1_1_REQUIRED (0xd): The endpoint requires that HTTP/1.1 be used instead of HTTP/2.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HTTP_1_1_REQUIRED$()
-
Method Summary
-
Methods inherited from class akka.http.impl.engine.http2.Http2Protocol.ErrorCode
id
-
-
-
-
Field Detail
-
MODULE$
public static final Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-