akka.remote.netty

NettyRemoteClientModule

trait NettyRemoteClientModule extends RemoteClientModule

Self Type
NettyRemoteClientModule with ListenerManagement
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. NettyRemoteClientModule
  2. RemoteClientModule
  3. RemoteModule
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def actorFor (serviceId: String, className: String, timeout: Long, hostname: String, port: Int, loader: Option[ClassLoader]): ActorRef

    Attributes
    protected[akka] abstract
    Definition Classes
    RemoteClientModule
  2. def notifyListeners (message: ⇒ Any): Unit

    Attributes
    protected[akka] abstract
    Definition Classes
    RemoteModule
  3. def optimizeLocalScoped_? (): Boolean

    Attributes
    abstract
    Definition Classes
    RemoteModule
  4. def clientManagedActorOf (factory: () ⇒ Actor, host: String, port: Int): ActorRef

    Attributes
    abstract
    Definition Classes
    RemoteClientModule
    Annotations
    @deprecated
    Deprecated

    Will be removed after 1.1

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val UUID_PREFIX : String

    Definition Classes
    RemoteModule
  7. def actorFor (serviceId: String, className: String, timeout: Long, hostname: String, port: Int): ActorRef

    Definition Classes
    RemoteClientModule
  8. def actorFor (classNameOrServiceId: String, timeout: Long, hostname: String, port: Int, loader: ClassLoader): ActorRef

    Definition Classes
    RemoteClientModule
  9. def actorFor (classNameOrServiceId: String, timeout: Long, hostname: String, port: Int): ActorRef

    Definition Classes
    RemoteClientModule
  10. def actorFor (serviceId: String, className: String, hostname: String, port: Int, loader: ClassLoader): ActorRef

    Definition Classes
    RemoteClientModule
  11. def actorFor (serviceId: String, className: String, hostname: String, port: Int): ActorRef

    Definition Classes
    RemoteClientModule
  12. def actorFor (classNameOrServiceId: String, hostname: String, port: Int, loader: ClassLoader): ActorRef

    Definition Classes
    RemoteClientModule
  13. def actorFor (classNameOrServiceId: String, hostname: String, port: Int): ActorRef

    Definition Classes
    RemoteClientModule
  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def registerClientManagedActor (hostname: String, port: Int, uuid: Uuid): Unit

  26. def restartClientConnection (address: InetSocketAddress): Boolean

    Restarts a specific client connected to the supplied remote address, but only if the client is not shut down

    Restarts a specific client connected to the supplied remote address, but only if the client is not shut down

    Definition Classes
    NettyRemoteClientModuleRemoteClientModule
  27. def send [T] (message: Any, senderOption: Option[ActorRef], senderFuture: Option[CompletableFuture[T]], remoteAddress: InetSocketAddress, timeout: Long, isOneWay: Boolean, actorRef: ActorRef, typedActorInfo: Option[(String, String)], actorType: ActorType, loader: Option[ClassLoader]): Option[CompletableFuture[T]]

    Attributes
    protected[akka]
    Definition Classes
    NettyRemoteClientModuleRemoteClientModule
  28. def shutdownClientConnection (address: InetSocketAddress): Boolean

    Shuts down a specific client connected to the supplied remote address returns true if successful

    Shuts down a specific client connected to the supplied remote address returns true if successful

    Definition Classes
    NettyRemoteClientModuleRemoteClientModule
  29. def shutdownClientModule (): Unit

    Clean-up all open connections.

    Clean-up all open connections.

    Definition Classes
    NettyRemoteClientModuleRemoteClientModule
  30. def shutdownRemoteClients (): Unit

  31. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  32. def toString (): String

    Definition Classes
    AnyRef → Any
  33. def typedActorFor [T] (intfClass: Class[T], serviceId: String, implClassName: String, timeout: Long, hostname: String, port: Int, loader: Option[ClassLoader]): T

    Methods that needs to be implemented by a transport *

    Methods that needs to be implemented by a transport *

    Attributes
    protected[akka]
    Definition Classes
    NettyRemoteClientModuleRemoteClientModule
  34. def typedActorFor [T] (intfClass: Class[T], serviceId: String, implClassName: String, timeout: Long, hostname: String, port: Int, loader: ClassLoader): T

    Definition Classes
    RemoteClientModule
  35. def typedActorFor [T] (intfClass: Class[T], serviceIdOrClassName: String, timeout: Long, hostname: String, port: Int, loader: ClassLoader): T

    Definition Classes
    RemoteClientModule
  36. def typedActorFor [T] (intfClass: Class[T], serviceIdOrClassName: String, timeout: Long, hostname: String, port: Int): T

    Definition Classes
    RemoteClientModule
  37. def typedActorFor [T] (intfClass: Class[T], serviceIdOrClassName: String, hostname: String, port: Int): T

    Definition Classes
    RemoteClientModule
  38. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from RemoteClientModule

Inherited from RemoteModule

Inherited from AnyRef

Inherited from Any