Package akka.http.impl.engine.http2
Class FrameEvent.Setting$
- java.lang.Object
-
- akka.http.impl.engine.http2.FrameEvent.Setting$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- FrameEvent
public static class FrameEvent.Setting$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FrameEvent.Setting$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Setting$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameEvent.Setting
autoConvertFromTuple(scala.Tuple2<Http2Protocol.SettingIdentifier,java.lang.Object> tuple)
-
-
-
Field Detail
-
MODULE$
public static final FrameEvent.Setting$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
autoConvertFromTuple
public FrameEvent.Setting autoConvertFromTuple(scala.Tuple2<Http2Protocol.SettingIdentifier,java.lang.Object> tuple)
-
-