Class HeaderDecompression
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.HeaderDecompression
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<FrameEvent,
FrameEvent>, akka.NotUsed>
public final class HeaderDecompression
extends akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,FrameEvent>>
INTERNAL API
Can be used on server and client side.
-
Nested Class Summary
Nested classes/interfaces inherited from interface akka.stream.Graph
akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,
M extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionHeaderDecompression
(HttpHeaderParser masterHeaderParser, ParserSettings parserSettings) -
Method Summary
Modifier and TypeMethodDescriptionakka.stream.stage.GraphStageLogic
createLogic
(akka.stream.Attributes inheritedAttributes) akka.stream.Inlet<FrameEvent>
eventsIn()
akka.stream.Outlet<FrameEvent>
akka.stream.FlowShape<FrameEvent,
FrameEvent> shape()
US_ASCII()
UTF8()
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
-
Constructor Details
-
HeaderDecompression
-
-
Method Details
-
US_ASCII
-
UTF8
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes) - Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,
FrameEvent>>
-
eventsIn
-
eventsOut
-
shape
-