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

java.lang.Object
org.apache.pekko.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 Summary

    Constructors
    Constructor
    Description
    BidiFlowExt(org.apache.pekko.stream.scaladsl.BidiFlow<I1,O1,I2,O2,Mat> bidi)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <OO1, II2, Mat2>
    org.apache.pekko.stream.scaladsl.BidiFlow<I1,OO1,II2,O2,Mat>
    atopKeepLeft(org.apache.pekko.stream.Graph<org.apache.pekko.stream.BidiShape<O1,OO1,II2,I2>,Mat2> other)
     
    <OO1, II2, Mat2>
    org.apache.pekko.stream.scaladsl.BidiFlow<I1,OO1,II2,O2,Mat2>
    atopKeepRight(org.apache.pekko.stream.Graph<org.apache.pekko.stream.BidiShape<O1,OO1,II2,I2>,Mat2> other)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BidiFlowExt

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

    • atopKeepLeft

      public <OO1, II2, Mat2> org.apache.pekko.stream.scaladsl.BidiFlow<I1,OO1,II2,O2,Mat> atopKeepLeft(org.apache.pekko.stream.Graph<org.apache.pekko.stream.BidiShape<O1,OO1,II2,I2>,Mat2> other)
    • atopKeepRight

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