class ChannelStatsHandler extends SimpleChannelHandler
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.
- Alphabetic
- By Inheritance
- ChannelStatsHandler
- SimpleChannelHandler
- ChannelDownstreamHandler
- ChannelUpstreamHandler
- ChannelHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ChannelStatsHandler(statsReceiver: StatsReceiver)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelBound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelClosed(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- ChannelStatsHandler → SimpleChannelHandler
-
def
channelConnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelDisconnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelInterestChanged(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- ChannelStatsHandler → SimpleChannelHandler
-
def
channelOpen(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- ChannelStatsHandler → SimpleChannelHandler
-
def
channelUnbound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
childChannelClosed(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
childChannelOpen(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
closeRequested(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit
- Definition Classes
- ChannelStatsHandler → SimpleChannelHandler
-
def
connectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
disconnectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exceptionCaught(ctx: ChannelHandlerContext, evt: ExceptionEvent): Unit
- Definition Classes
- ChannelStatsHandler → SimpleChannelHandler
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit
- Definition Classes
- SimpleChannelHandler → ChannelDownstreamHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit
- Definition Classes
- SimpleChannelHandler → ChannelUpstreamHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
messageReceived(ctx: ChannelHandlerContext, e: MessageEvent): Unit
- Definition Classes
- ChannelStatsHandler → SimpleChannelHandler
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unbindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
writeComplete(ctx: ChannelHandlerContext, e: WriteCompletionEvent): Unit
- Definition Classes
- ChannelStatsHandler → SimpleChannelHandler
-
def
writeRequested(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit
- Definition Classes
- SimpleChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )