Class ActorTransportAdapter
java.lang.Object
org.apache.pekko.remote.transport.AbstractTransportAdapter
org.apache.pekko.remote.transport.ActorTransportAdapter
- All Implemented Interfaces:
SchemeAugmenter,Transport
- Direct Known Subclasses:
ThrottlerTransportAdapter
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.static classDeprecated.static final classDeprecated.static classDeprecated.static final classDeprecated.static classDeprecated.static final classDeprecated.static classDeprecated.static interfaceDeprecated.Nested classes/interfaces inherited from interface org.apache.pekko.remote.transport.Transport
Transport.ActorAssociationEventListener, Transport.ActorAssociationEventListener$, Transport.AssociationEvent, Transport.AssociationEventListener, Transport.InboundAssociation, Transport.InboundAssociation$, Transport.InvalidAssociationException, Transport.InvalidAssociationException$ -
Constructor Summary
ConstructorsConstructorDescriptionActorTransportAdapter(Transport wrappedTransport, ActorSystem system) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeoutDeprecated.voidinterceptAssociate(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) Deprecated.scala.concurrent.Future<Transport.AssociationEventListener>interceptListen(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> listenerPromise) Deprecated.protected ActorRefmanager()Deprecated.protected voidmanager_$eq(ActorRef x$1) Deprecated.protected abstract StringDeprecated.protected abstract PropsDeprecated.scala.concurrent.Future<Object>shutdown()Deprecated.Shuts down the transport layer and releases all the corresponding resources.Methods inherited from class org.apache.pekko.remote.transport.AbstractTransportAdapter
associate, ec, isResponsibleFor, listen, maximumOverhead, maximumPayloadBytes, schemeIdentifier, wrappedTransportMethods 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.SchemeAugmenter
addedSchemeIdentifier, augmentScheme, augmentScheme, removeScheme, removeSchemeMethods inherited from interface org.apache.pekko.remote.transport.Transport
managementCommand
-
Constructor Details
-
ActorTransportAdapter
Deprecated.
-
-
Method Details
-
AskTimeout
Deprecated. -
managerName
Deprecated. -
managerProps
Deprecated. -
manager
Deprecated. -
manager_$eq
Deprecated. -
interceptListen
public scala.concurrent.Future<Transport.AssociationEventListener> interceptListen(Address listenAddress, scala.concurrent.Future<Transport.AssociationEventListener> listenerPromise) Deprecated.- Specified by:
interceptListenin classAbstractTransportAdapter
-
interceptAssociate
public void interceptAssociate(Address remoteAddress, scala.concurrent.Promise<AssociationHandle> statusPromise) Deprecated.- Specified by:
interceptAssociatein classAbstractTransportAdapter
-
shutdown
Deprecated.Description copied from interface:TransportShuts down the transport layer and releases all the corresponding resources. Shutdown is asynchronous signalling the end of the shutdown by completing the returned future.The transport SHOULD try flushing pending writes before becoming completely closed.
- Specified by:
shutdownin interfaceTransport- Overrides:
shutdownin classAbstractTransportAdapter- Returns:
- Future signalling the completion of shutdown
-