public static class Http2Protocol.Flags$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Http2Protocol.Flags$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Flags$() |
Modifier and Type | Method and Description |
---|---|
ByteFlag |
ACK() |
ByteFlag |
END_HEADERS() |
ByteFlag |
END_STREAM() |
ByteFlag |
NO_FLAGS() |
ByteFlag |
PADDED() |
ByteFlag |
PRIORITY() |
public static final Http2Protocol.Flags$ MODULE$