public static class TcpConnectionStage.Outbound extends java.lang.Object implements TcpConnectionStage.TcpRole, scala.Product, scala.Serializable
Constructor and Description |
---|
Outbound(ActorRef manager,
Tcp.Connect connectCmd,
scala.concurrent.Promise<java.net.InetSocketAddress> localAddressPromise,
boolean halfClose) |
Modifier and Type | Method and Description |
---|---|
Tcp.Connect |
connectCmd() |
boolean |
halfClose() |
scala.concurrent.Promise<java.net.InetSocketAddress> |
localAddressPromise() |
ActorRef |
manager() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Outbound(ActorRef manager, Tcp.Connect connectCmd, scala.concurrent.Promise<java.net.InetSocketAddress> localAddressPromise, boolean halfClose)
public ActorRef manager()
public Tcp.Connect connectCmd()
public scala.concurrent.Promise<java.net.InetSocketAddress> localAddressPromise()
public boolean halfClose()
halfClose
in interface TcpConnectionStage.TcpRole