Package akka.http.impl.util
Class One2OneBidiFlow.One2OneBidi<I,O>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
-
- akka.stream.stage.GraphStage<akka.stream.BidiShape<I,I,O,O>>
-
- akka.http.impl.util.One2OneBidiFlow.One2OneBidi<I,O>
-
- All Implemented Interfaces:
akka.stream.Graph<akka.stream.BidiShape<I,I,O,O>,akka.NotUsed>
- Enclosing class:
- One2OneBidiFlow
public static class One2OneBidiFlow.One2OneBidi<I,O> extends akka.stream.stage.GraphStage<akka.stream.BidiShape<I,I,O,O>>
-
-
Constructor Summary
Constructors Constructor Description One2OneBidi(int maxPending, scala.Function1<java.lang.Object,java.lang.Throwable> outputTruncationException, scala.Function1<java.lang.Object,java.lang.Throwable> unexpectedOutputException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes effectiveAttributes)
akka.stream.Inlet<O>
fromWrapped()
akka.stream.Inlet<I>
in()
akka.stream.Attributes
initialAttributes()
akka.stream.Outlet<O>
out()
akka.stream.BidiShape<I,I,O,O>
shape()
java.lang.String
toString()
akka.stream.Outlet<I>
toWrapped()
-
-
-
Method Detail
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes effectiveAttributes)
-
fromWrapped
public akka.stream.Inlet<O> fromWrapped()
-
in
public akka.stream.Inlet<I> in()
-
initialAttributes
public akka.stream.Attributes initialAttributes()
-
out
public akka.stream.Outlet<O> out()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toWrapped
public akka.stream.Outlet<I> toWrapped()
-
-