Package akka.http.impl.engine.http2
Class Http2Protocol.Flags$
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2Protocol.Flags$
-
- Enclosing class:
- Http2Protocol
public static class Http2Protocol.Flags$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Http2Protocol.Flags$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Flags$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteFlagACK()ByteFlagEND_HEADERS()ByteFlagEND_STREAM()ByteFlagNO_FLAGS()ByteFlagPADDED()ByteFlagPRIORITY()
-
-
-
Field Detail
-
MODULE$
public static final Http2Protocol.Flags$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-