Package akka.http.impl.engine.http2
Class FrameEvent.GoAwayFrame$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<java.lang.Object,Http2Protocol.ErrorCode,akka.util.ByteString,FrameEvent.GoAwayFrame>
-
- akka.http.impl.engine.http2.FrameEvent.GoAwayFrame$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<java.lang.Object,Http2Protocol.ErrorCode,akka.util.ByteString,FrameEvent.GoAwayFrame>
- Enclosing interface:
- FrameEvent
public static class FrameEvent.GoAwayFrame$ extends scala.runtime.AbstractFunction3<java.lang.Object,Http2Protocol.ErrorCode,akka.util.ByteString,FrameEvent.GoAwayFrame> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FrameEvent.GoAwayFrame$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description GoAwayFrame$()
-
-
-
Field Detail
-
MODULE$
public static final FrameEvent.GoAwayFrame$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-