Package akka.remote.transport
Class AbstractTransportAdapterHandle
- java.lang.Object
-
- akka.remote.transport.AbstractTransportAdapterHandle
-
- All Implemented Interfaces:
AssociationHandle
,SchemeAugmenter
public abstract class AbstractTransportAdapterHandle extends java.lang.Object implements AssociationHandle, SchemeAugmenter
Deprecated.Classic remoting is deprecated, use Artery. Since 2.6.0.
-
-
Nested Class Summary
-
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$
-
-
Constructor Summary
Constructors Constructor Description AbstractTransportAdapterHandle(Address originalLocalAddress, Address originalRemoteAddress, AssociationHandle wrappedHandle, java.lang.String addedSchemeIdentifier)
Deprecated.AbstractTransportAdapterHandle(AssociationHandle wrappedHandle, java.lang.String addedSchemeIdentifier)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
addedSchemeIdentifier()
Deprecated.Address
localAddress()
Deprecated.Address of the local endpoint.Address
originalLocalAddress()
Deprecated.Address
originalRemoteAddress()
Deprecated.Address
remoteAddress()
Deprecated.Address of the remote endpoint.AssociationHandle
wrappedHandle()
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.remote.transport.AssociationHandle
disassociate, disassociate, readHandlerPromise, write
-
Methods inherited from interface akka.remote.transport.SchemeAugmenter
augmentScheme, augmentScheme, removeScheme, removeScheme
-
-
-
-
Constructor Detail
-
AbstractTransportAdapterHandle
public AbstractTransportAdapterHandle(Address originalLocalAddress, Address originalRemoteAddress, AssociationHandle wrappedHandle, java.lang.String addedSchemeIdentifier)
Deprecated.
-
AbstractTransportAdapterHandle
public AbstractTransportAdapterHandle(AssociationHandle wrappedHandle, java.lang.String addedSchemeIdentifier)
Deprecated.
-
-
Method Detail
-
addedSchemeIdentifier
public java.lang.String addedSchemeIdentifier()
Deprecated.- Specified by:
addedSchemeIdentifier
in interfaceSchemeAugmenter
-
localAddress
public Address localAddress()
Deprecated.Description copied from interface:AssociationHandle
Address of the local endpoint.- Specified by:
localAddress
in interfaceAssociationHandle
- Returns:
- Address of the local endpoint.
-
originalLocalAddress
public Address originalLocalAddress()
Deprecated.
-
originalRemoteAddress
public Address originalRemoteAddress()
Deprecated.
-
remoteAddress
public Address remoteAddress()
Deprecated.Description copied from interface:AssociationHandle
Address of the remote endpoint.- Specified by:
remoteAddress
in interfaceAssociationHandle
- Returns:
- Address of the remote endpoint.
-
wrappedHandle
public AssociationHandle wrappedHandle()
Deprecated.
-
-