public class HeaderCompression$ extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent>>
Modifier and Type | Field and Description |
---|---|
static HeaderCompression$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
HeaderCompression$() |
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) |
org.apache.pekko.stream.Inlet<FrameEvent> |
eventsIn() |
org.apache.pekko.stream.Outlet<FrameEvent> |
eventsOut() |
org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent> |
shape() |
createLogicAndMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
public static final HeaderCompression$ MODULE$
public org.apache.pekko.stream.Inlet<FrameEvent> eventsIn()
public org.apache.pekko.stream.Outlet<FrameEvent> eventsOut()
public org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent> shape()
public org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
createLogic
in class org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent>>