Package akka.http.impl.engine.rendering
Class RenderSupport.ChunkTransformer
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
-
- akka.stream.stage.GraphStage<akka.stream.FlowShape<HttpEntity.ChunkStreamPart,akka.util.ByteString>>
-
- akka.http.impl.engine.rendering.RenderSupport.ChunkTransformer
-
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<HttpEntity.ChunkStreamPart,akka.util.ByteString>,akka.NotUsed>
- Enclosing class:
- RenderSupport
public static class RenderSupport.ChunkTransformer extends akka.stream.stage.GraphStage<akka.stream.FlowShape<HttpEntity.ChunkStreamPart,akka.util.ByteString>>
-
-
Constructor Summary
Constructors Constructor Description ChunkTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes inheritedAttributes)
akka.stream.Inlet<HttpEntity.ChunkStreamPart>
in()
akka.stream.Outlet<akka.util.ByteString>
out()
akka.stream.FlowShape<HttpEntity.ChunkStreamPart,akka.util.ByteString>
shape()
-
-
-
Method Detail
-
in
public akka.stream.Inlet<HttpEntity.ChunkStreamPart> in()
-
out
public akka.stream.Outlet<akka.util.ByteString> out()
-
shape
public akka.stream.FlowShape<HttpEntity.ChunkStreamPart,akka.util.ByteString> shape()
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
- Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.FlowShape<HttpEntity.ChunkStreamPart,akka.util.ByteString>>
-
-