| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.base64 | Encoder and decoder which transform a
 Base64-encoded
  StringorChannelBufferinto a decodedChannelBufferand vice versa. | 
| org.jboss.netty.handler.codec.frame | Extensible decoder and its common implementations which deal with the
 packet fragmentation and reassembly issue found in a stream-based transport
 such as TCP/IP. | 
| org.jboss.netty.handler.codec.http.websocket | |
| org.jboss.netty.handler.codec.http.websocketx | Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. | 
| org.jboss.netty.handler.codec.marshalling | Decoder and Encoder which uses JBoss Marshalling. | 
| org.jboss.netty.handler.codec.protobuf | Encoder and decoder which transform a
 Google Protocol Buffers
  Messageinto aChannelBufferand vice versa. | 
| org.jboss.netty.handler.codec.rtsp | An RTSP
 extension based on the HTTP codec. | 
| org.jboss.netty.handler.codec.serialization | Encoder, decoder and their compatibility stream implementations which
 transform a  Serializableobject into a byte buffer and
 vice versa. | 
| org.jboss.netty.handler.codec.socks | Encoder, decoder and their related message types for Socks. | 
| org.jboss.netty.handler.codec.string | Encoder and decoder which transform a  Stringinto aChannelBufferand vice versa. | 
| org.jboss.netty.handler.execution | Executor-based implementation of various
 thread models that separate business logic from I/O threads | 
| org.jboss.netty.handler.ipfilter | Implementation of a Ip based Filter handlers. | 
| org.jboss.netty.handler.logging | Logs a  ChannelEventfor debugging purpose
 using anInternalLogger. | 
| 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  | Base64Decoder | 
| class  | Base64EncoderEncodes a  ChannelBufferinto a Base64-encodedChannelBuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LengthFieldPrependerAn encoder that prepends the length of the message. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocketFrameEncoderDeprecated. 
 Use org.jboss.netty.handler.codec.http.websocketx instead.
 Encodes a  WebSocketFrameinto aChannelBuffer.
 For the detailed instruction on adding add Web Socket support to your HTTP
 server, take a look into the WebSocketServer example located in the
  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocket00FrameEncoderEncodes a  WebSocketFrameinto aChannelBuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompatibleMarshallingEncoderOneToOneEncoderimplementation which uses JBoss Marshalling to marshal
 an Object. | 
| class  | MarshallingEncoderOneToOneEncoderimplementation which uses JBoss Marshalling to marshal
 an Object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProtobufDecoder | 
| class  | ProtobufEncoder | 
| class  | ProtobufVarint32LengthFieldPrependerAn encoder that prepends the the Google Protocol Buffers
 Base
 128 Varints integer length field. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RtspMessageEncoderEncodes an RTSP message represented in  HttpMessageinto
 aChannelBuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ObjectEncoderAn encoder which serializes a Java object into a  ChannelBuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SocksMessageEncoderEncodes an  SocksMessageinto aChannelBuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StringDecoderDecodes a received  ChannelBufferinto aString. | 
| class  | StringEncoderEncodes the requested  Stringinto aChannelBuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExecutionHandlerForwards an upstream  ChannelEventto anExecutor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IpFilterRuleHandlerImplementation of Filter of IP based on ALLOW and DENY rules. | 
| class  | OneIpFilterHandlerHandler that block any new connection if there are already a currently active
 channel connected with the same InetAddress (IP). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LoggingHandlerA  ChannelHandlerthat logs all events viaInternalLogger. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IdleStateHandlerTriggers an  IdleStateEventwhen aChannelhas not performed
 read, write, or both operation for a while. | 
| class  | ReadTimeoutHandlerRaises a  ReadTimeoutExceptionwhen no data was read within a certain
 period of time. | 
| class  | WriteTimeoutHandlerRaises a  WriteTimeoutExceptionwhen no data was written within a
 certain period of time. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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.