Class AbstractTransportAdapterHandle
- java.lang.Object
-
- org.apache.pekko.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 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
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.StringaddedSchemeIdentifier()Deprecated.AddresslocalAddress()Deprecated.Address of the local endpoint.AddressoriginalLocalAddress()Deprecated.AddressoriginalRemoteAddress()Deprecated.AddressremoteAddress()Deprecated.Address of the remote endpoint.AssociationHandlewrappedHandle()Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pekko.remote.transport.AssociationHandle
disassociate, disassociate, readHandlerPromise, write
-
Methods inherited from interface org.apache.pekko.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:
addedSchemeIdentifierin interfaceSchemeAugmenter
-
localAddress
public Address localAddress()
Deprecated.Description copied from interface:AssociationHandleAddress of the local endpoint.- Specified by:
localAddressin 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:AssociationHandleAddress of the remote endpoint.- Specified by:
remoteAddressin interfaceAssociationHandle- Returns:
- Address of the remote endpoint.
-
wrappedHandle
public AssociationHandle wrappedHandle()
Deprecated.
-
-