public class ToStrict extends akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>>
Constructor and Description |
---|
ToStrict(scala.concurrent.duration.FiniteDuration timeout,
scala.Option<java.lang.Object> maxBytes,
ContentType contentType) |
Modifier and Type | Method and Description |
---|---|
akka.stream.Inlet<akka.util.ByteString> |
byteStringIn() |
akka.stream.stage.GraphStageLogic |
createLogic(akka.stream.Attributes inheritedAttributes) |
akka.stream.Outlet<HttpEntity.Strict> |
httpEntityOut() |
akka.stream.Attributes |
initialAttributes() |
akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict> |
shape() |
java.lang.String |
toString() |
addAttributes, async, async, async, createLogicAndMaterializedValue, named, traversalBuilder, withAttributes
public ToStrict(scala.concurrent.duration.FiniteDuration timeout, scala.Option<java.lang.Object> maxBytes, ContentType contentType)
public akka.stream.Inlet<akka.util.ByteString> byteStringIn()
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
createLogic
in class akka.stream.stage.GraphStage<akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>>
public akka.stream.Outlet<HttpEntity.Strict> httpEntityOut()
public akka.stream.Attributes initialAttributes()
initialAttributes
in class akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>,akka.NotUsed>
public akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict> shape()
public java.lang.String toString()
toString
in class java.lang.Object