| Package | Description | 
|---|---|
| org.jboss.netty.handler.timeout | 
 Adds support for read and write timeout and idle connection notification
 using a  
Timer. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultIdleStateEvent
The default  
IdleStateEvent implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.