Class HttpConnectionIdleTimeoutBidi$
java.lang.Object
org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi$
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpConnectionIdleTimeoutBidi$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
applypublic 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) 
- 
applypublic 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) 
 
-