Class Http2Blueprint.BidiFlowExt<I1,O1,I2,O2,Mat>

java.lang.Object
akka.http.impl.engine.http2.Http2Blueprint.BidiFlowExt<I1,O1,I2,O2,Mat>
Enclosing class:
Http2Blueprint

public static class Http2Blueprint.BidiFlowExt<I1,O1,I2,O2,Mat> extends Object
  • Constructor Details

    • BidiFlowExt

      public BidiFlowExt(akka.stream.scaladsl.BidiFlow<I1,O1,I2,O2,Mat> bidi)
  • Method Details

    • atopKeepRight

      public <OO1, II2, Mat2> akka.stream.scaladsl.BidiFlow<I1,OO1,II2,O2,Mat2> atopKeepRight(akka.stream.Graph<akka.stream.BidiShape<O1,OO1,II2,I2>,Mat2> other)