akka.remote.netty

RemoteServerHandler

class RemoteServerHandler extends SimpleChannelUpstreamHandler

Annotations
@Sharable()
Linear Supertypes
SimpleChannelUpstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RemoteServerHandler
  2. SimpleChannelUpstreamHandler
  3. ChannelUpstreamHandler
  4. ChannelHandler
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RemoteServerHandler (name: String, openChannels: ChannelGroup, applicationLoader: Option[ClassLoader], server: NettyRemoteServerModule)

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 CHANNEL_INIT : String

  7. val applicationLoader : Option[ClassLoader]

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def channelBound (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  10. def channelClosed (ctx: ChannelHandlerContext, event: ChannelStateEvent): Unit

    Definition Classes
    RemoteServerHandler → SimpleChannelUpstreamHandler
  11. def channelConnected (ctx: ChannelHandlerContext, event: ChannelStateEvent): Unit

    Definition Classes
    RemoteServerHandler → SimpleChannelUpstreamHandler
  12. def channelDisconnected (ctx: ChannelHandlerContext, event: ChannelStateEvent): Unit

    Definition Classes
    RemoteServerHandler → SimpleChannelUpstreamHandler
  13. def channelInterestChanged (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  14. def channelOpen (ctx: ChannelHandlerContext, event: ChannelStateEvent): Unit

    ChannelOpen overridden to store open channels for a clean postStop of a node.

    ChannelOpen overridden to store open channels for a clean postStop of a node. If a channel is closed before, it is automatically removed from the open channels group.

    Definition Classes
    RemoteServerHandler → SimpleChannelUpstreamHandler
  15. def channelUnbound (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  16. def childChannelClosed (arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  17. def childChannelOpen (arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  18. def clone (): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  21. def exceptionCaught (ctx: ChannelHandlerContext, event: ExceptionEvent): Unit

    Definition Classes
    RemoteServerHandler → SimpleChannelUpstreamHandler
  22. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  24. def handleUpstream (arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler → ChannelUpstreamHandler
    Annotations
    @throws()
  25. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  27. def messageReceived (ctx: ChannelHandlerContext, event: MessageEvent): Unit

    Definition Classes
    RemoteServerHandler → SimpleChannelUpstreamHandler
  28. val name : String

  29. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  32. val openChannels : ChannelGroup

  33. def parseUuid (protocol: UuidProtocol): Uuid

    Attributes
    protected
  34. val server : NettyRemoteServerModule

  35. val sessionActors : ChannelLocal[ConcurrentHashMap[String, ActorRef]]

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

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

    Definition Classes
    AnyRef → Any
  38. val typedSessionActors : ChannelLocal[ConcurrentHashMap[String, AnyRef]]

  39. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def writeComplete (arg0: ChannelHandlerContext, arg1: WriteCompletionEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()

Inherited from SimpleChannelUpstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any