Class HttpConnectionIdleTimeoutBidi$
java.lang.Object
org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpConnectionIdleTimeoutBidi$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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, 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 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)
-