Package akka.remote.transport

Interface Summary
ActorTransportAdapter.TransportOperation  
AssociationHandle An SPI layer for abstracting over logical links (associations) created by a Transport.
AssociationHandle.DisassociateInfo Supertype of possible disassociation reasons
AssociationHandle.HandleEvent Trait for events that the registered listener for an AssociationHandle might receive.
AssociationHandle.HandleEventListener An interface that needs to be implemented by the user of an AssociationHandle to listen to association events.
SchemeAugmenter  
TestTransport.Activity Base trait for activities that are logged by TestTransport.
ThrottlerTransportAdapter.Direction  
ThrottlerTransportAdapter.ThrottleMode Java API: get the singleton instance
Transport An SPI layer for implementing asynchronous transport mechanisms.
Transport.AssociationEvent  
Transport.AssociationEventListener An interface that needs to be implemented by the user of a transport to listen to association events
TransportAdapterProvider  
 

Class Summary
AbstractTransportAdapter An adapter that wraps a transport and provides interception
AbstractTransportAdapterHandle  
ActorTransportAdapter  
ActorTransportAdapter.AssociateUnderlying  
ActorTransportAdapter.AssociateUnderlying$  
ActorTransportAdapter.DisassociateUnderlying  
ActorTransportAdapter.DisassociateUnderlying$  
ActorTransportAdapter.ListenerRegistered  
ActorTransportAdapter.ListenerRegistered$  
ActorTransportAdapter.ListenUnderlying  
ActorTransportAdapter.ListenUnderlying$  
ActorTransportAdapter$  
ActorTransportAdapterManager  
AssociationHandle.ActorHandleEventListener Class to convert ordinary ActorRef instances to a HandleEventListener.
AssociationHandle.ActorHandleEventListener$  
AssociationHandle.Disassociated Message sent to the listener registered to an association
AssociationHandle.Disassociated$  
AssociationHandle.InboundPayload Message sent to the listener registered to an association (via the Promise returned by akka.remote.transport.AssociationHandle.readHandlerPromise) when an inbound payload arrives.
AssociationHandle.InboundPayload$  
AssociationHandle.Quarantined$  
AssociationHandle.Shutdown$  
AssociationHandle.Unknown$  
AssociationHandle$  
AssociationRegistry Resets the state of the registry.
AssociationRegistry$ Resets the state of the registry.
FailureInjectorException$  
FailureInjectorProvider  
HandshakeInfo  
HandshakeInfo$  
TestAssociationHandle  
TestAssociationHandle$  
TestTransport Transport implementation to be used for testing.
TestTransport.AssociateAttempt  
TestTransport.AssociateAttempt$  
TestTransport.AssociationRegistry Shared state among TestTransport instances.
TestTransport.DisassociateAttempt  
TestTransport.DisassociateAttempt$  
TestTransport.ListenAttempt  
TestTransport.ListenAttempt$  
TestTransport.ShutdownAttempt  
TestTransport.ShutdownAttempt$  
TestTransport.SwitchableLoggedBehavior<A,B> Test utility to make behavior of functions that return some Future[B] controllable from tests.
TestTransport.WriteAttempt  
TestTransport.WriteAttempt$  
TestTransport$  
ThrottlerProvider  
ThrottlerTransportAdapter Java API: get the singleton instance
ThrottlerTransportAdapter.Blackhole$ Java API: get the singleton instance
ThrottlerTransportAdapter.Direction.Both$ Java API: get the singleton instance
ThrottlerTransportAdapter.Direction.Receive$ Java API: get the singleton instance
ThrottlerTransportAdapter.Direction.Send$  
ThrottlerTransportAdapter.Direction$  
ThrottlerTransportAdapter.ForceDisassociate Management Command to force dissocation of an address.
ThrottlerTransportAdapter.ForceDisassociate$  
ThrottlerTransportAdapter.ForceDisassociateAck$  
ThrottlerTransportAdapter.SetThrottle Java API: get the singleton instance
ThrottlerTransportAdapter.SetThrottle$  
ThrottlerTransportAdapter.SetThrottleAck$  
ThrottlerTransportAdapter.TokenBucket  
ThrottlerTransportAdapter.TokenBucket$  
ThrottlerTransportAdapter.Unthrottled$  
ThrottlerTransportAdapter$  
Transport.ActorAssociationEventListener Class to convert ordinary ActorRef instances to an AssociationEventListener.
Transport.ActorAssociationEventListener$  
Transport.InboundAssociation Message sent to a Transport.AssociationEventListener registered to a transport (via the Promise returned by akka.remote.transport.Transport.listen) when an inbound association request arrives.
Transport.InboundAssociation$  
Transport.InvalidAssociationException$  
Transport$  
TransportAdapters  
TransportAdaptersExtension  
TransportAdaptersExtension$  
 

Exception Summary
AkkaProtocolException  
FailureInjectorException  
Transport.InvalidAssociationException Indicates that the association setup request is invalid, and it is impossible to recover (malformed IP address, hostname, etc.).