akka.remote.netty

NettyRemoteClientModule

trait NettyRemoteClientModule extends RemoteClientModule

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 isRunning : Boolean

    Attributes
    abstract
  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. val futures : ConcurrentHashMap[Uuid, akka.dispatch.CompletableFuture[_]]

    Attributes
    protected[akka]
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def hashCode (): Int

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

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

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

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

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

  27. 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
  28. 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
  29. 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
  30. def shutdownClientModule (): Unit

    Clean-up all open connections.

    Clean-up all open connections.

    Definition Classes
    NettyRemoteClientModuleRemoteClientModule
  31. def shutdownRemoteClients (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  33. var timer : HashedWheelTimer

    Attributes
    protected[akka]
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. 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
  36. def typedActorFor [T] (intfClass: Class[T], serviceId: String, implClassName: String, timeout: Long, hostname: String, port: Int, loader: ClassLoader): T

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

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

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

    Definition Classes
    RemoteClientModule
  40. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def addListener (listener: ActorRef): Unit

    Definition Classes
    RemoteClientModule
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.addListener, this method will be removed in the future

  2. def foreachListener (f: (ActorRef) ⇒ Unit): Unit

    Attributes
    protected[akka]
    Definition Classes
    RemoteClientModule
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.foreachListener, this method will be removed in the future

  3. def hasListener (listener: ActorRef): Boolean

    Definition Classes
    RemoteClientModule
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.hasListener, this method will be removed in the future

  4. def hasListeners : Boolean

    Definition Classes
    RemoteClientModule
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.hasListeners, this method will be removed in the future

  5. def notifyListeners (message: ⇒ Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    RemoteClientModuleRemoteModule
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.notify, this method will be removed in the future

  6. def removeListener (listener: ActorRef): Unit

    Definition Classes
    RemoteClientModule
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.removeListener, this method will be removed in the future

Inherited from RemoteClientModule

Inherited from RemoteModule

Inherited from AnyRef

Inherited from Any