akka.remote.transport
Class ProtocolStateActor.OutboundUnderlyingAssociated

java.lang.Object
  extended by akka.remote.transport.ProtocolStateActor.OutboundUnderlyingAssociated
All Implemented Interfaces:
ProtocolStateActor.ProtocolStateData, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ProtocolStateActor

public static class ProtocolStateActor.OutboundUnderlyingAssociated
extends java.lang.Object
implements ProtocolStateActor.ProtocolStateData, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ProtocolStateActor.OutboundUnderlyingAssociated(scala.concurrent.Promise<AssociationHandle> statusPromise, AssociationHandle wrappedHandle)
           
 
Method Summary
 scala.concurrent.Promise<AssociationHandle> statusPromise()
           
 AssociationHandle wrappedHandle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ProtocolStateActor.OutboundUnderlyingAssociated

public ProtocolStateActor.OutboundUnderlyingAssociated(scala.concurrent.Promise<AssociationHandle> statusPromise,
                                                       AssociationHandle wrappedHandle)
Method Detail

statusPromise

public scala.concurrent.Promise<AssociationHandle> statusPromise()

wrappedHandle

public AssociationHandle wrappedHandle()