akka.remote.netty

ActiveRemoteClientHandler

class ActiveRemoteClientHandler extends IdleStateAwareChannelHandler

Annotations
@Sharable() @deprecated
Deprecated

(Since version 2.0.2) Will become private[akka] in 2.1, this is not user-api

Linear Supertypes
IdleStateAwareChannelHandler, SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ActiveRemoteClientHandler
  2. IdleStateAwareChannelHandler
  3. SimpleChannelHandler
  4. ChannelDownstreamHandler
  5. ChannelUpstreamHandler
  6. ChannelHandler
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ActiveRemoteClientHandler(name: String, bootstrap: ClientBootstrap, remoteAddress: Address, localAddress: Address, timer: HashedWheelTimer, client: ActiveRemoteClient)

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  8. val bootstrap: ClientBootstrap

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

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

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

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

    Definition Classes
    ActiveRemoteClientHandler → SimpleChannelHandler
  13. def channelIdle(ctx: ChannelHandlerContext, e: IdleStateEvent): Unit

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

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

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

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

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  19. val client: ActiveRemoteClient

  20. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def closeRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  22. def connectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  23. def disconnectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

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

    Definition Classes
    ActiveRemoteClientHandler → SimpleChannelHandler
  27. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  29. def handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws()
  30. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    IdleStateAwareChannelHandler → SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws()
  31. def hashCode(): Int

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

    Definition Classes
    Any
  33. val localAddress: Address

  34. def messageReceived(ctx: ChannelHandlerContext, event: MessageEvent): Unit

    Definition Classes
    ActiveRemoteClientHandler → SimpleChannelHandler
  35. val name: String

  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. val remoteAddress: Address

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

  41. def setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. val timer: HashedWheelTimer

  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def unbindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  46. final def wait(): Unit

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

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

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  50. def writeRequested(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()

Inherited from IdleStateAwareChannelHandler

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any