public static class Transport.InboundAssociation extends java.lang.Object implements Transport.AssociationEvent, scala.Product, scala.Serializable
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.
| Constructor and Description |
|---|
InboundAssociation(AssociationHandle association) |
| Modifier and Type | Method and Description |
|---|---|
AssociationHandle |
association() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic InboundAssociation(AssociationHandle association)
public AssociationHandle association()