akka.remote.transport
Class AbstractTransportAdapterHandle
java.lang.Object
akka.remote.transport.AbstractTransportAdapterHandle
- All Implemented Interfaces:
- AssociationHandle, SchemeAugmenter
- Direct Known Subclasses:
- AkkaProtocolHandle, FailureInjectorHandle, ThrottlerHandle
public abstract class AbstractTransportAdapterHandle
- extends java.lang.Object
- implements AssociationHandle, SchemeAugmenter
| Nested classes/interfaces inherited from interface akka.remote.transport.AssociationHandle |
AssociationHandle.ActorHandleEventListener, AssociationHandle.ActorHandleEventListener$, AssociationHandle.Disassociated, AssociationHandle.Disassociated$, AssociationHandle.DisassociateInfo, AssociationHandle.HandleEvent, AssociationHandle.HandleEventListener, AssociationHandle.InboundPayload, AssociationHandle.InboundPayload$, AssociationHandle.Quarantined$, AssociationHandle.Shutdown$, AssociationHandle.Unknown$ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTransportAdapterHandle
public AbstractTransportAdapterHandle(Address originalLocalAddress,
Address originalRemoteAddress,
AssociationHandle wrappedHandle,
java.lang.String addedSchemeIdentifier)
AbstractTransportAdapterHandle
public AbstractTransportAdapterHandle(AssociationHandle wrappedHandle,
java.lang.String addedSchemeIdentifier)
originalLocalAddress
public Address originalLocalAddress()
originalRemoteAddress
public Address originalRemoteAddress()
wrappedHandle
public AssociationHandle wrappedHandle()
addedSchemeIdentifier
public java.lang.String addedSchemeIdentifier()
- Specified by:
addedSchemeIdentifier in interface SchemeAugmenter
localAddress
public Address localAddress()
- Description copied from interface:
AssociationHandle
- Address of the local endpoint.
- Specified by:
localAddress in interface AssociationHandle
- Returns:
- Address of the local endpoint.
remoteAddress
public Address remoteAddress()
- Description copied from interface:
AssociationHandle
- Address of the remote endpoint.
- Specified by:
remoteAddress in interface AssociationHandle
- Returns:
- Address of the remote endpoint.