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 RemoteDeathWatch extends DeathWatch

  13. class RemoteDeployer extends Deployer

  14. class RemoteException extends AkkaException

  15. trait RemoteLifeCycleEvent extends AnyRef

    Remote life-cycle events.

  16. trait RemoteMarshallingOps extends AnyRef

  17. class RemoteMessage extends AnyRef

  18. class RemoteProtocol extends AnyRef

    Attributes
    final
  19. trait RemoteRef extends ActorRefScope

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

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

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

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

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

  25. trait RemoteServerLifeCycleEvent extends RemoteLifeCycleEvent

    Life-cycle events for RemoteServer.

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

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

  28. class RemoteSettings extends AnyRef

  29. class RemoteTransport extends AnyRef

    The remote transport is responsible for sending and receiving messages.

  30. class RemoteTransportException extends AkkaException

Value Members

  1. object MessageSerializer extends AnyRef

  2. object RemoteProtocol extends

  3. package netty