Class 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>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface akka.stream.Graph

        akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,​M extends java.lang.Object>
    • 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
      • Methods inherited from class akka.stream.stage.GraphStage

        createLogicAndMaterializedValue
      • Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue

        addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CheckContentLengthTransformer

        public CheckContentLengthTransformer​(long length)
    • Method Detail

      • initialAttributes

        public akka.stream.Attributes initialAttributes()
        Overrides:
        initialAttributes in class akka.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 class akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,​akka.util.ByteString>>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object