Package akka.remote

Interface Summary
RemoteClientLifeCycleEvent Life-cycle events for RemoteClient.
RemoteLifeCycleEvent Remote life-cycle events.
RemoteProtocol.ActorRefProtocolOrBuilder  
RemoteProtocol.AddressProtocolOrBuilder  
RemoteProtocol.AkkaRemoteProtocolOrBuilder  
RemoteProtocol.DaemonMsgCreateProtocolOrBuilder  
RemoteProtocol.DeployProtocolOrBuilder  
RemoteProtocol.MessageProtocolOrBuilder  
RemoteProtocol.MetadataEntryProtocolOrBuilder  
RemoteProtocol.PropsProtocolOrBuilder  
RemoteProtocol.RemoteControlProtocolOrBuilder  
RemoteProtocol.RemoteMessageProtocolOrBuilder  
RemoteServerLifeCycleEvent Life-cycle events for RemoteServer.
 

Class Summary
RemoteActorRefProvider Remote ActorRefProvider.
RemoteClientConnected RemoteClientConnected is published when a RemoteClient's connection is established
RemoteClientConnected$  
RemoteClientDisconnected RemoteClientDisconnected is published when a RemoteClient's connection is disconnected
RemoteClientDisconnected$  
RemoteClientError A RemoteClientError is a general error that is thrown within or from a RemoteClient
RemoteClientError$  
RemoteClientException$  
RemoteClientShutdown RemoteClientShutdown is published when a RemoteClient has shut down
RemoteClientShutdown$  
RemoteClientStarted RemoteClientStarted is published when a RemoteClient has started up
RemoteClientStarted$  
RemoteMessage RemoteMessage is a wrapper around a message that has come in over the wire, it allows to easily obtain references to the deserialized message, its intended recipient and the sender.
RemoteProtocol  
RemoteProtocol.ActorRefProtocol  
RemoteProtocol.ActorRefProtocol.Builder  
RemoteProtocol.AddressProtocol  
RemoteProtocol.AddressProtocol.Builder  
RemoteProtocol.AkkaRemoteProtocol  
RemoteProtocol.AkkaRemoteProtocol.Builder  
RemoteProtocol.DaemonMsgCreateProtocol  
RemoteProtocol.DaemonMsgCreateProtocol.Builder  
RemoteProtocol.DeployProtocol  
RemoteProtocol.DeployProtocol.Builder  
RemoteProtocol.MessageProtocol  
RemoteProtocol.MessageProtocol.Builder  
RemoteProtocol.MetadataEntryProtocol  
RemoteProtocol.MetadataEntryProtocol.Builder  
RemoteProtocol.PropsProtocol  
RemoteProtocol.PropsProtocol.Builder  
RemoteProtocol.RemoteControlProtocol  
RemoteProtocol.RemoteControlProtocol.Builder  
RemoteProtocol.RemoteMessageProtocol  
RemoteProtocol.RemoteMessageProtocol.Builder  
RemoteScope  
RemoteScope$  
RemoteServerClientClosed RemoteServerClientClosed is published when an inbound RemoteClient is closed
RemoteServerClientClosed$  
RemoteServerClientConnected RemoteServerClientConnected is published when an inbound connection has been established
RemoteServerClientConnected$  
RemoteServerClientDisconnected RemoteServerClientConnected is published when an inbound connection has been disconnected
RemoteServerClientDisconnected$  
RemoteServerError A RemoteServerError is a general error that is thrown within or from a RemoteServer
RemoteServerError$  
RemoteServerShutdown RemoteServerShutdown is published when a local RemoteServer has shut down
RemoteServerShutdown$  
RemoteServerStarted RemoteServerStarted is published when a local RemoteServer has started up
RemoteServerStarted$  
RemoteSettings  
RemoteTransport The remote transport is responsible for sending and receiving messages.
 

Enum Summary
RemoteProtocol.CommandType  
 

Exception Summary
RemoteClientException Thrown for example when trying to send a message using a RemoteClient that is either not started or shut down.
RemoteTransportException RemoteTransportException represents a general failure within a RemoteTransport, such as inability to start, wrong configuration etc.