public static class RenderSupport.ChunkTransformer extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<HttpEntity.ChunkStreamPart,org.apache.pekko.util.ByteString>>
Constructor and Description |
---|
ChunkTransformer() |
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) |
org.apache.pekko.stream.Inlet<HttpEntity.ChunkStreamPart> |
in() |
org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> |
out() |
org.apache.pekko.stream.FlowShape<HttpEntity.ChunkStreamPart,org.apache.pekko.util.ByteString> |
shape() |
createLogicAndMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
public org.apache.pekko.stream.Inlet<HttpEntity.ChunkStreamPart> in()
public org.apache.pekko.stream.Outlet<org.apache.pekko.util.ByteString> out()
public org.apache.pekko.stream.FlowShape<HttpEntity.ChunkStreamPart,org.apache.pekko.util.ByteString> 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<HttpEntity.ChunkStreamPart,org.apache.pekko.util.ByteString>>