Package akka.io
Class TcpOutgoingConnection$
- java.lang.Object
-
- akka.io.TcpOutgoingConnection$
-
public class TcpOutgoingConnection$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TcpOutgoingConnection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TcpOutgoingConnection$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.ConnectException
connectTimeoutExpired(scala.Option<scala.concurrent.duration.FiniteDuration> timeout)
java.net.ConnectException
FinishConnectNeverReturnedTrueException()
-
-
-
Field Detail
-
MODULE$
public static final TcpOutgoingConnection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-