Package akka.http.impl.engine.rendering
Class RenderSupport.CheckContentLengthTransformer
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
-
- akka.stream.stage.GraphStage<akka.stream.FlowShape<T,T>>
-
- akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage<akka.util.ByteString>
-
- akka.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer
-
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>,akka.NotUsed>
- Enclosing class:
- RenderSupport
public static final class RenderSupport.CheckContentLengthTransformer extends akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage<akka.util.ByteString>
-
-
Constructor Summary
Constructors Constructor Description CheckContentLengthTransformer(long length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes inheritedAttributes)
akka.stream.Attributes
initialAttributes()
java.lang.String
toString()
-
Methods inherited from class akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage
in, out, shape
-
-
-
-
Method Detail
-
initialAttributes
public akka.stream.Attributes initialAttributes()
- Overrides:
initialAttributes
in classakka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>,akka.NotUsed>
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
- Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,akka.util.ByteString>>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-