| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| org.jboss.netty.handler.codec.spdy | Encoder, decoder, session handler and their related message types for the SPDY protocol. | 
| org.jboss.netty.handler.queue | The special-purpose handlers that store an event into an internal queue
 instead of propagating the event immediately. | 
| org.jboss.netty.handler.timeout | Adds support for read and write timeout and idle connection notification
 using a  Timer. | 
| org.jboss.netty.handler.traffic | Implementation of a Traffic Shaping Handler and Dynamic Statistics. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpContentCompressorCompresses an  HttpMessageand anHttpChunkingzipordeflateencoding while respecting the"Accept-Encoding"header. | 
| class  | HttpContentEncoderEncodes the content of the outbound  HttpResponseandHttpChunk. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpdyHttpResponseStreamIdHandlerSimpleChannelHandlerthat takes care of adding the right streamId to theHttpResponseif one is not present. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BufferedWriteHandlerEmulates buffered write operation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IdleStateAwareChannelHandlerAn extended  SimpleChannelHandlerthat adds the handler method for
 anIdleStateEvent. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTrafficShapingHandlerAbstractTrafficShapingHandler allows to limit the global bandwidth
 (see  GlobalTrafficShapingHandler) or per session
 bandwidth (seeChannelTrafficShapingHandler), as traffic shaping. | 
| class  | ChannelTrafficShapingHandlerThis implementation of the  AbstractTrafficShapingHandleris for channel
 traffic shaping, that is to say a per channel limitation of the bandwidth. | 
| class  | GlobalTrafficShapingHandlerThis implementation of the  AbstractTrafficShapingHandleris for global
 traffic shaping, that is to say a global limitation of the bandwidth, whatever
 the number of opened channels. | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.