Package akka.http.impl.engine.http2
Class Http2Protocol.FrameType$
- java.lang.Object
-
- akka.http.impl.engine.http2.Http2Protocol.FrameType$
-
- Enclosing class:
- Http2Protocol
public static class Http2Protocol.FrameType$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttp2Protocol.FrameType$.CONTINUATION$static classHttp2Protocol.FrameType$.DATA$static classHttp2Protocol.FrameType$.GOAWAY$static classHttp2Protocol.FrameType$.HEADERS$static classHttp2Protocol.FrameType$.PING$static classHttp2Protocol.FrameType$.PRIORITY$static classHttp2Protocol.FrameType$.PUSH_PROMISE$static classHttp2Protocol.FrameType$.RST_STREAM$static classHttp2Protocol.FrameType$.SETTINGS$static classHttp2Protocol.FrameType$.WINDOW_UPDATE$
-
Field Summary
Fields Modifier and Type Field Description static Http2Protocol.FrameType$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FrameType$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Seq<Http2Protocol.FrameType>All()akka.util.OptionVal<Http2Protocol.FrameType>byId(int id)
-
-
-
Field Detail
-
MODULE$
public static final Http2Protocol.FrameType$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
All
public scala.collection.immutable.Seq<Http2Protocol.FrameType> All()
-
byId
public akka.util.OptionVal<Http2Protocol.FrameType> byId(int id)
-
-