程序包 | 说明 |
---|---|
org.jboss.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer . |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultIdleStateEvent
The default
IdleStateEvent implementation. |
限定符和类型 | 方法和说明 |
---|---|
void |
IdleStateAwareChannelUpstreamHandler.channelIdle(ChannelHandlerContext ctx,
IdleStateEvent e)
Invoked when a
Channel has been idle for a while. |
void |
IdleStateAwareChannelHandler.channelIdle(ChannelHandlerContext ctx,
IdleStateEvent e)
Invoked when a
Channel has been idle for a while. |