akka.remote.netty

ActiveRemoteClientHandler

class ActiveRemoteClientHandler 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. ActiveRemoteClientHandler
  2. SimpleChannelUpstreamHandler
  3. ChannelUpstreamHandler
  4. ChannelHandler
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ActiveRemoteClientHandler (name: String, supervisors: ConcurrentMap[Uuid, ActorRef], bootstrap: ClientBootstrap, remoteAddress: InetSocketAddress, timer: HashedWheelTimer, client: ActiveRemoteClient)

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. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val bootstrap : ClientBootstrap

  8. def channelBound (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

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

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

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

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

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  13. def channelOpen (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  14. def channelUnbound (arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

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

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

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws()
  17. val client : ActiveRemoteClient

  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
    ActiveRemoteClientHandler → 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
    ActiveRemoteClientHandler → 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 remoteAddress : InetSocketAddress

  33. def runOnceNow (thunk: ⇒ Unit): Unit

  34. val supervisors : ConcurrentMap[Uuid, ActorRef]

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

    Attributes
    final
    Definition Classes
    AnyRef
  36. val timer : HashedWheelTimer

  37. def toString (): String

    Definition Classes
    AnyRef → Any
  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()
  41. 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