public static class Http2Protocol.FrameType$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Http2Protocol.FrameType$.CONTINUATION$ |
static class |
Http2Protocol.FrameType$.DATA$ |
static class |
Http2Protocol.FrameType$.GOAWAY$ |
static class |
Http2Protocol.FrameType$.HEADERS$ |
static class |
Http2Protocol.FrameType$.PING$ |
static class |
Http2Protocol.FrameType$.PRIORITY$ |
static class |
Http2Protocol.FrameType$.PUSH_PROMISE$ |
static class |
Http2Protocol.FrameType$.RST_STREAM$ |
static class |
Http2Protocol.FrameType$.SETTINGS$ |
static class |
Http2Protocol.FrameType$.WINDOW_UPDATE$ |
Modifier and Type | Field and Description |
---|---|
static Http2Protocol.FrameType$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
FrameType$() |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Seq<Http2Protocol.FrameType> |
All() |
org.apache.pekko.util.OptionVal<Http2Protocol.FrameType> |
byId(int id) |
public static final Http2Protocol.FrameType$ MODULE$
public scala.collection.immutable.Seq<Http2Protocol.FrameType> All()
public org.apache.pekko.util.OptionVal<Http2Protocol.FrameType> byId(int id)