akka

remote

package remote

Visibility
  1. Public
  2. All

Type Members

  1. class RemoteActorRefProvider extends ActorRefProvider

    Remote ActorRefProvider.

  2. case class RemoteClientConnected(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

  3. case class RemoteClientDisconnected(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

  4. case class RemoteClientError(cause: Throwable, remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

  5. class RemoteClientException extends AkkaException

    Thrown for example when trying to send a message using a RemoteClient that is either not started or shut down.

  6. trait RemoteClientLifeCycleEvent extends RemoteLifeCycleEvent

    Life-cycle events for RemoteClient.

  7. case class RemoteClientShutdown(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

  8. case class RemoteClientStarted(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

  9. case class RemoteClientWriteFailed(request: AnyRef, cause: Throwable, remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

  10. class RemoteCommunicationException extends RemoteException

  11. class RemoteConnectionException extends RemoteException

  12. class RemoteDeployer extends Deployer

  13. class RemoteException extends AkkaException

  14. sealed trait RemoteLifeCycleEvent extends Serializable

    Remote life-cycle events.

  15. trait RemoteMarshallingOps extends AnyRef

  16. class RemoteMessage extends AnyRef

  17. final class RemoteProtocol extends AnyRef

  18. case class RemoteScope(node: Address) extends Scope with Product with Serializable

  19. case class RemoteServerClientClosed(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable

  20. case class RemoteServerClientConnected(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable

  21. case class RemoteServerClientDisconnected(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable

  22. case class RemoteServerError(cause: Throwable, remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable

  23. trait RemoteServerLifeCycleEvent extends RemoteLifeCycleEvent

    Life-cycle events for RemoteServer.

  24. case class RemoteServerShutdown(remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable

  25. case class RemoteServerStarted(remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable

  26. class RemoteSettings extends AnyRef

  27. abstract class RemoteTransport extends AnyRef

    The remote transport is responsible for sending and receiving messages.

  28. class RemoteTransportException extends AkkaException

  29. class RemoteDeathWatch extends DeathWatch

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

  30. trait RemoteRef extends ActorRefScope

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

Value Members

  1. object RemoteProtocol extends

  2. package netty

Deprecated Value Members

  1. object MessageSerializer extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api