Class HeaderCompression$
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
-
- akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,FrameEvent>>
-
- akka.http.impl.engine.http2.hpack.HeaderCompression$
-
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<FrameEvent,FrameEvent>,akka.NotUsed>
public class HeaderCompression$ extends akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,FrameEvent>>
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static HeaderCompression$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HeaderCompression$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes inheritedAttributes)
akka.stream.Inlet<FrameEvent>
eventsIn()
akka.stream.Outlet<FrameEvent>
eventsOut()
akka.stream.FlowShape<FrameEvent,FrameEvent>
shape()
-
-
-
Field Detail
-
MODULE$
public static final HeaderCompression$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
eventsIn
public akka.stream.Inlet<FrameEvent> eventsIn()
-
eventsOut
public akka.stream.Outlet<FrameEvent> eventsOut()
-
shape
public akka.stream.FlowShape<FrameEvent,FrameEvent> shape()
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
- Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,FrameEvent>>
-
-