com.twitter.finagle.netty3.channel

ChannelStatsHandler

Related Doc: package channel

class ChannelStatsHandler extends SimpleChannelHandler with ConnectionLifecycleHandler

A org.jboss.netty.channel.ChannelHandler that tracks channel/connection statistics. The handler is meant to be shared by all Channels within a Finagle client or server in order to consolidate statistics across a number of channels.

Linear Supertypes
ConnectionLifecycleHandler, LifeCycleAwareChannelHandler, SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ChannelStatsHandler
  2. ConnectionLifecycleHandler
  3. LifeCycleAwareChannelHandler
  4. SimpleChannelHandler
  5. ChannelDownstreamHandler
  6. ChannelUpstreamHandler
  7. ChannelHandler
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChannelStatsHandler(statsReceiver: StatsReceiver)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def afterAdd(ctx: ChannelHandlerContext): Unit

    Definition Classes
    ConnectionLifecycleHandler → LifeCycleAwareChannelHandler
  5. def afterRemove(ctx: ChannelHandlerContext): Unit

    Definition Classes
    ConnectionLifecycleHandler → LifeCycleAwareChannelHandler
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def beforeAdd(ctx: ChannelHandlerContext): Unit

    Definition Classes
    ConnectionLifecycleHandler → LifeCycleAwareChannelHandler
  8. def beforeRemove(ctx: ChannelHandlerContext): Unit

    Definition Classes
    ConnectionLifecycleHandler → LifeCycleAwareChannelHandler
  9. def bindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def channelBound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. def channelClosed(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    ChannelStatsHandler → SimpleChannelHandler
  12. def channelConnected(ctx: ChannelHandlerContext, onClose: Future[Unit]): Unit

    Attributes
    protected[com.twitter.finagle.netty3.channel]
    Definition Classes
    ChannelStatsHandler → ConnectionLifecycleHandler
  13. def channelConnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def channelDisconnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. def channelInterestChanged(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    ChannelStatsHandler → SimpleChannelHandler
  16. def channelOpen(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    ConnectionLifecycleHandler → SimpleChannelHandler
  17. def channelUnbound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def childChannelClosed(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def childChannelOpen(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def clone(): AnyRef

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

    Definition Classes
    ChannelStatsHandler → SimpleChannelHandler
  22. def connectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def disconnectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  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, evt: ExceptionEvent): Unit

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

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

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

    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def hashCode(): Int

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

    Definition Classes
    Any
  33. def messageReceived(ctx: ChannelHandlerContext, e: MessageEvent): Unit

    Definition Classes
    ChannelStatsHandler → SimpleChannelHandler
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  37. def setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def writeComplete(ctx: ChannelHandlerContext, e: WriteCompletionEvent): Unit

    Definition Classes
    ChannelStatsHandler → SimpleChannelHandler
  45. def writeRequested(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )

Inherited from ConnectionLifecycleHandler

Inherited from LifeCycleAwareChannelHandler

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped