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