public static final class ProtocolStateActor.OutboundUnassociated extends java.lang.Object implements ProtocolStateActor.InitialProtocolStateData, scala.Product, scala.Serializable
Constructor and Description |
---|
OutboundUnassociated(Address remoteAddress,
scala.concurrent.Promise<AssociationHandle> statusPromise,
Transport transport) |
Modifier and Type | Method and Description |
---|---|
Address |
remoteAddress() |
scala.concurrent.Promise<AssociationHandle> |
statusPromise() |
Transport |
transport() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OutboundUnassociated(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise, Transport transport)
public Address remoteAddress()
public scala.concurrent.Promise<AssociationHandle> statusPromise()
public Transport transport()