Package akka.http.impl.util
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>>
-
-
Constructor Summary
Constructors Constructor Description ToStrict(scala.concurrent.duration.FiniteDuration timeout, scala.Option<java.lang.Object> maxBytes, ContentType contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.Inlet<akka.util.ByteString>byteStringIn()akka.stream.stage.GraphStageLogiccreateLogic(akka.stream.Attributes inheritedAttributes)akka.stream.Outlet<HttpEntity.Strict>httpEntityOut()akka.stream.AttributesinitialAttributes()akka.stream.FlowShape<akka.util.ByteString,HttpEntity.Strict>shape()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ToStrict
public ToStrict(scala.concurrent.duration.FiniteDuration timeout, scala.Option<java.lang.Object> maxBytes, ContentType contentType)
-
-
Method Detail
-
byteStringIn
public akka.stream.Inlet<akka.util.ByteString> byteStringIn()
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
- Specified by:
createLogicin classakka.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:
initialAttributesin classakka.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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-