Package akka.stream.scaladsl
Class TcpIdleTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.TimeoutException
-
- akka.stream.scaladsl.TcpIdleTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.util.control.NoStackTrace
public final class TcpIdleTimeoutException extends java.util.concurrent.TimeoutException implements scala.util.control.NoStackTrace
Creates aTcp.ServerBinding
instance which represents a prospective TCP server binding on the givenendpoint
handling the incoming connections through TLS and then run using the provided Flow.param: negotiateNewSession Details about what to require when negotiating the connection with the server param: sslContext Context containing details such as the trust and keystore
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TcpIdleTimeoutException​(java.lang.String msg, scala.concurrent.duration.Duration timeout)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-