Class AbstractTransportAdapterHandle
java.lang.Object
org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
- All Implemented Interfaces:
AssociationHandle,SchemeAugmenter
public abstract class AbstractTransportAdapterHandle
extends Object
implements AssociationHandle, SchemeAugmenter
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.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
ConstructorsConstructorDescriptionAbstractTransportAdapterHandle(Address originalLocalAddress, Address originalRemoteAddress, AssociationHandle wrappedHandle, String addedSchemeIdentifier) Deprecated.AbstractTransportAdapterHandle(AssociationHandle wrappedHandle, String addedSchemeIdentifier) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Address of the local endpoint.Deprecated.Deprecated.Deprecated.Address of the remote endpoint.Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.remote.transport.AssociationHandle
disassociate, readHandlerPromise, writeMethods inherited from interface org.apache.pekko.remote.transport.SchemeAugmenter
augmentScheme, augmentScheme, removeScheme, removeScheme
-
Constructor Details
-
AbstractTransportAdapterHandle
public AbstractTransportAdapterHandle(Address originalLocalAddress, Address originalRemoteAddress, AssociationHandle wrappedHandle, String addedSchemeIdentifier) Deprecated. -
AbstractTransportAdapterHandle
public AbstractTransportAdapterHandle(AssociationHandle wrappedHandle, String addedSchemeIdentifier) Deprecated.
-
-
Method Details
-
addedSchemeIdentifier
Deprecated.- Specified by:
addedSchemeIdentifierin interfaceSchemeAugmenter
-
localAddress
Deprecated.Description copied from interface:AssociationHandleAddress of the local endpoint.- Specified by:
localAddressin interfaceAssociationHandle- Returns:
- Address of the local endpoint.
-
originalLocalAddress
Deprecated. -
originalRemoteAddress
Deprecated. -
remoteAddress
Deprecated.Description copied from interface:AssociationHandleAddress of the remote endpoint.- Specified by:
remoteAddressin interfaceAssociationHandle- Returns:
- Address of the remote endpoint.
-
wrappedHandle
Deprecated.
-