Class HttpConnectionIdleTimeoutBidi$

java.lang.Object
org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi$

public class HttpConnectionIdleTimeoutBidi$ extends Object
INTERNAL API
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed>
    apply(scala.concurrent.duration.Duration idleTimeout, scala.Option<InetSocketAddress> remoteAddress)
     
    org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed>
    apply(scala.concurrent.duration.FiniteDuration idleTimeout, scala.Option<InetSocketAddress> remoteAddress)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • HttpConnectionIdleTimeoutBidi$

      public HttpConnectionIdleTimeoutBidi$()
  • Method Details

    • apply

      public org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> apply(scala.concurrent.duration.Duration idleTimeout, scala.Option<InetSocketAddress> remoteAddress)
    • apply

      public org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> apply(scala.concurrent.duration.FiniteDuration idleTimeout, scala.Option<InetSocketAddress> remoteAddress)