Class ToStrict

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>>
akka.http.impl.util.ToStrict
All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>,akka.NotUsed>

public class ToStrict extends akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>>
  • Nested Class Summary

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

    akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,M extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ToStrict(scala.concurrent.duration.FiniteDuration timeout, scala.Option<Object> maxBytes, ContentType contentType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.stream.Inlet<akka.util.ByteString>
     
    akka.stream.stage.GraphStageLogic
    createLogic(akka.stream.Attributes inheritedAttributes)
     
    akka.stream.Outlet<HttpEntity.Strict>
     
    akka.stream.Attributes
     
    akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>
     
     

    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 Details

    • ToStrict

      public ToStrict(scala.concurrent.duration.FiniteDuration timeout, scala.Option<Object> maxBytes, ContentType contentType)
  • Method Details

    • byteStringIn

      public akka.stream.Inlet<akka.util.ByteString> byteStringIn()
    • 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,HttpEntity.Strict>>
    • httpEntityOut

      public akka.stream.Outlet<HttpEntity.Strict> httpEntityOut()
    • initialAttributes

      public akka.stream.Attributes initialAttributes()
      Overrides:
      initialAttributes in class akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>,akka.NotUsed>
    • shape

      public akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict> shape()
    • toString

      public String toString()
      Overrides:
      toString in class Object