|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdleStateEvent | |
---|---|
org.jboss.netty.handler.timeout | Adds support for read and write timeout and idle connection notification
using a Timer . |
Uses of IdleStateEvent in org.jboss.netty.handler.timeout |
---|
Classes in org.jboss.netty.handler.timeout that implement IdleStateEvent | |
---|---|
class |
DefaultIdleStateEvent
The default IdleStateEvent implementation. |
Methods in org.jboss.netty.handler.timeout with parameters of type IdleStateEvent | |
---|---|
void |
IdleStateAwareChannelHandler.channelIdle(ChannelHandlerContext ctx,
IdleStateEvent e)
Invoked when a Channel has been idle for a while. |
void |
IdleStateAwareChannelUpstreamHandler.channelIdle(ChannelHandlerContext ctx,
IdleStateEvent e)
Invoked when a Channel has been idle for a while. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |