Class HeaderCompression
java.lang.Object
akka.http.impl.engine.http2.hpack.HeaderCompression
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic akka.stream.Graph<S,
M> addAttributes
(akka.stream.Attributes attr) static akka.stream.Graph<S,
M> async()
static akka.stream.Graph<S,
M> static akka.stream.Graph<S,
M> static akka.stream.stage.GraphStageLogic
createLogic
(akka.stream.Attributes inheritedAttributes) static final scala.Tuple2<akka.stream.stage.GraphStageLogic,
akka.NotUsed> createLogicAndMaterializedValue
(akka.stream.Attributes inheritedAttributes) static scala.Tuple2<akka.stream.stage.GraphStageLogic,
M> createLogicAndMaterializedValue
(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer materializer) static akka.stream.Inlet<FrameEvent>
eventsIn()
static akka.stream.Outlet<FrameEvent>
static akka.stream.Attributes
protected static akka.stream.Attributes
static akka.stream.Graph<S,
M> static akka.stream.FlowShape<FrameEvent,
FrameEvent> shape()
static final akka.stream.impl.TraversalBuilder
static final akka.stream.Graph<S,
M> withAttributes
(akka.stream.Attributes attr)
-
Constructor Details
-
HeaderCompression
public HeaderCompression()
-
-
Method Details
-
eventsIn
-
eventsOut
-
shape
-
createLogic
public static akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes) -
named
-
async
public static akka.stream.Graph<S,M> async() -
async
-
async
-
addAttributes
public static akka.stream.Graph<S,M> addAttributes(akka.stream.Attributes attr) -
getAttributes
public static akka.stream.Attributes getAttributes() -
createLogicAndMaterializedValue
public static scala.Tuple2<akka.stream.stage.GraphStageLogic,M> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes, akka.stream.Materializer materializer) -
initialAttributes
protected static akka.stream.Attributes initialAttributes() -
traversalBuilder
public static final akka.stream.impl.TraversalBuilder traversalBuilder() -
withAttributes
public static final akka.stream.Graph<S,M> withAttributes(akka.stream.Attributes attr) -
createLogicAndMaterializedValue
public static final scala.Tuple2<akka.stream.stage.GraphStageLogic,akka.NotUsed> createLogicAndMaterializedValue(akka.stream.Attributes inheritedAttributes)
-