Package akka.http.impl.engine.rendering
Class RenderSupport.ChunkTransformer$
- java.lang.Object
-
- akka.http.impl.engine.rendering.RenderSupport.ChunkTransformer$
-
- Enclosing class:
- RenderSupport
public static class RenderSupport.ChunkTransformer$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RenderSupport.ChunkTransformer$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ChunkTransformer$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.scaladsl.Flow<HttpEntity.ChunkStreamPart,akka.util.ByteString,akka.NotUsed>
flow()
-
-
-
Field Detail
-
MODULE$
public static final RenderSupport.ChunkTransformer$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
flow
public akka.stream.scaladsl.Flow<HttpEntity.ChunkStreamPart,akka.util.ByteString,akka.NotUsed> flow()
-
-