Uses of Interface
org.jboss.netty.handler.timeout.IdleStateEvent
-
Packages that use IdleStateEvent Package Description org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer
. -
-
Uses of IdleStateEvent in org.jboss.netty.handler.timeout
Classes in org.jboss.netty.handler.timeout that implement IdleStateEvent Modifier and Type Class Description class
DefaultIdleStateEvent
The defaultIdleStateEvent
implementation.Methods in org.jboss.netty.handler.timeout with parameters of type IdleStateEvent Modifier and Type Method Description void
IdleStateAwareChannelHandler. channelIdle(ChannelHandlerContext ctx, IdleStateEvent e)
Invoked when aChannel
has been idle for a while.void
IdleStateAwareChannelUpstreamHandler. channelIdle(ChannelHandlerContext ctx, IdleStateEvent e)
Invoked when aChannel
has been idle for a while.
-