Class HttpConnectionIdleTimeoutBidi
java.lang.Object
org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi
INTERNAL API
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
HttpConnectionIdleTimeoutBidipublic HttpConnectionIdleTimeoutBidi()
 
- 
- 
Method Details- 
applypublic 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) 
- 
applypublic 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) 
 
-