public class HttpConnectionIdleTimeoutBidi$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HttpConnectionIdleTimeoutBidi$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
HttpConnectionIdleTimeoutBidi$() |
Modifier and Type | Method and 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<java.net.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<java.net.InetSocketAddress> remoteAddress) |
public static final HttpConnectionIdleTimeoutBidi$ MODULE$
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<java.net.InetSocketAddress> remoteAddress)
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<java.net.InetSocketAddress> remoteAddress)