public final class HeaderDecompression extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<FrameEvent,FrameEvent>>
Can be used on server and client side.
Constructor and Description |
---|
HeaderDecompression(HttpHeaderParser masterHeaderParser,
ParserSettings parserSettings) |
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() |
java.nio.charset.Charset |
US_ASCII() |
java.nio.charset.Charset |
UTF8() |
createLogicAndMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
public HeaderDecompression(HttpHeaderParser masterHeaderParser, ParserSettings parserSettings)
public java.nio.charset.Charset US_ASCII()
public java.nio.charset.Charset UTF8()
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>>
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()