public class HeaderCompression
extends java.lang.Object
Constructor and Description |
---|
HeaderCompression() |
Modifier and Type | Method and Description |
---|---|
static org.apache.pekko.stream.Graph<S,M> |
addAttributes(org.apache.pekko.stream.Attributes attr) |
static org.apache.pekko.stream.Graph<S,M> |
async() |
static org.apache.pekko.stream.Graph<S,M> |
async(java.lang.String dispatcher) |
static org.apache.pekko.stream.Graph<S,M> |
async(java.lang.String dispatcher,
int inputBufferSize) |
static org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) |
static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> |
createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes) |
static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> |
createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes,
org.apache.pekko.stream.Materializer materializer) |
static org.apache.pekko.stream.Inlet<FrameEvent> |
eventsIn() |
static org.apache.pekko.stream.Outlet<FrameEvent> |
eventsOut() |
static org.apache.pekko.stream.Attributes |
getAttributes() |
protected static org.apache.pekko.stream.Attributes |
initialAttributes() |
static org.apache.pekko.stream.Graph<S,M> |
named(java.lang.String name) |
static org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent> |
shape() |
static org.apache.pekko.stream.impl.TraversalBuilder |
traversalBuilder() |
static org.apache.pekko.stream.Graph<S,M> |
withAttributes(org.apache.pekko.stream.Attributes attr) |
public static org.apache.pekko.stream.Inlet<FrameEvent> eventsIn()
public static org.apache.pekko.stream.Outlet<FrameEvent> eventsOut()
public static org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent> shape()
public static org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
public static org.apache.pekko.stream.Graph<S,M> named(java.lang.String name)
public static org.apache.pekko.stream.Graph<S,M> async()
public static org.apache.pekko.stream.Graph<S,M> async(java.lang.String dispatcher)
public static org.apache.pekko.stream.Graph<S,M> async(java.lang.String dispatcher, int inputBufferSize)
public static org.apache.pekko.stream.Graph<S,M> addAttributes(org.apache.pekko.stream.Attributes attr)
public static org.apache.pekko.stream.Attributes getAttributes()
public static scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes, org.apache.pekko.stream.Materializer materializer)
protected static org.apache.pekko.stream.Attributes initialAttributes()
public static final org.apache.pekko.stream.impl.TraversalBuilder traversalBuilder()
public static final org.apache.pekko.stream.Graph<S,M> withAttributes(org.apache.pekko.stream.Attributes attr)
public static final scala.Tuple2<org.apache.pekko.stream.stage.GraphStageLogic,org.apache.pekko.NotUsed> createLogicAndMaterializedValue(org.apache.pekko.stream.Attributes inheritedAttributes)