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.ConnectExceptionconnectTimeoutExpired(scala.Option<scala.concurrent.duration.FiniteDuration> timeout)java.net.ConnectExceptionFinishConnectNeverReturnedTrueException() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TcpOutgoingConnection$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -