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 ByteFlag
ACK()
ByteFlag
END_HEADERS()
ByteFlag
END_STREAM()
ByteFlag
NO_FLAGS()
ByteFlag
PADDED()
ByteFlag
PRIORITY()
-
-
-
Field Detail
-
MODULE$
public static final Http2Protocol.Flags$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-