Class HttpConnectionIdleTimeoutBidi
java.lang.Object
org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) static 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)
-
Constructor Details
-
HttpConnectionIdleTimeoutBidi
public HttpConnectionIdleTimeoutBidi()
-
-
Method Details
-
apply
public static org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, applyorg.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> (scala.concurrent.duration.Duration idleTimeout, scala.Option<InetSocketAddress> remoteAddress) -
apply
public static org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, applyorg.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.NotUsed> (scala.concurrent.duration.FiniteDuration idleTimeout, scala.Option<InetSocketAddress> remoteAddress)
-