akka

remote

package remote

Visibility
  1. Public
  2. All

Type Members

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

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

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

  4. class RemoteClientException extends AkkaException

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

  5. trait RemoteClientLifeCycleEvent extends RemoteLifeCycleEvent

    Life-cycle events for RemoteClient.

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

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

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

  9. class RemoteCommunicationException extends RemoteException

  10. class RemoteConnectionException extends RemoteException

  11. class RemoteDeployer extends Deployer

  12. class RemoteException extends AkkaException

  13. sealed trait RemoteLifeCycleEvent extends Serializable

    Remote life-cycle events.

  14. trait RemoteMarshallingOps extends AnyRef

  15. class RemoteMessage extends AnyRef

  16. final class RemoteProtocol extends AnyRef

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

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

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

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

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

  22. trait RemoteServerLifeCycleEvent extends RemoteLifeCycleEvent

    Life-cycle events for RemoteServer.

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

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

  25. class RemoteSettings extends AnyRef

  26. abstract class RemoteTransport extends AnyRef

    The remote transport is responsible for sending and receiving messages.

  27. class RemoteTransportException extends AkkaException

  28. class RemoteActorRefProvider extends ActorRefProvider

    Remote ActorRefProvider.

  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