akka.remote.transport
Class Transport.InboundAssociation

java.lang.Object
  extended by akka.remote.transport.Transport.InboundAssociation
All Implemented Interfaces:
NoSerializationVerificationNeeded, Transport.AssociationEvent, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
Transport

public static class Transport.InboundAssociation
extends java.lang.Object
implements Transport.AssociationEvent, scala.Product, scala.Serializable

Message sent to a Transport.AssociationEventListener registered to a transport (via the Promise returned by akka.remote.transport.Transport.listen) when an inbound association request arrives.

param: association The handle for the inbound association.

See Also:
Serialized Form

Constructor Summary
Transport.InboundAssociation(AssociationHandle association)
           
 
Method Summary
 AssociationHandle association()
           
 
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

Transport.InboundAssociation

public Transport.InboundAssociation(AssociationHandle association)
Method Detail

association

public AssociationHandle association()