| Package | Description | 
|---|---|
| io.netty.handler.codec | 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. | 
| io.netty.handler.codec.base64 | |
| io.netty.handler.codec.bytes | Encoder and decoder which transform an array of bytes into a
  ByteBufand vice versa. | 
| io.netty.handler.codec.compression | |
| io.netty.handler.codec.dns | DNS codec information for writing to and reading from a DNS server. | 
| io.netty.handler.codec.haproxy | Decodes an HAProxy proxy protocol header | 
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.http.multipart | HTTP multipart support. | 
| io.netty.handler.codec.http.websocketx | Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. | 
| io.netty.handler.codec.http.websocketx.extensions | Encoder, decoder, handshakers to handle
 WebSocket Extensions. | 
| io.netty.handler.codec.http2 | Handlers for sending and receiving HTTP/2 frames. | 
| io.netty.handler.codec.json | JSON specific codecs. | 
| io.netty.handler.codec.marshalling | Decoder and Encoder which uses JBoss Marshalling. | 
| io.netty.handler.codec.memcache | Common superset of ascii and binary classes. | 
| io.netty.handler.codec.memcache.binary | Implementations and Interfaces for the Memcache Binary protocol. | 
| io.netty.handler.codec.mqtt | Encoder, decoder and different Message Types for MQTT. | 
| io.netty.handler.codec.protobuf | Encoder and decoder which transform a
 Google Protocol Buffers
  Messageinto aByteBufand vice versa. | 
| io.netty.handler.codec.rtsp | An RTSP
 extension based on the HTTP codec. | 
| io.netty.handler.codec.sctp | Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP. | 
| io.netty.handler.codec.serialization | Encoder, decoder and their compatibility stream implementations which
 transform a  Serializableobject into a byte buffer and
 vice versa. | 
| io.netty.handler.codec.socksx | Encoder, decoder and their related message types for SOCKS protocol. | 
| io.netty.handler.codec.socksx.v4 | Encoder, decoder and their related message types for SOCKSv4 protocol. | 
| io.netty.handler.codec.socksx.v5 | Encoder, decoder and their related message types for SOCKSv5 protocol. | 
| io.netty.handler.codec.spdy | Encoder, decoder, session handler and their related message types for the SPDY protocol. | 
| io.netty.handler.codec.stomp | STOMP codec | 
| io.netty.handler.codec.string | |
| io.netty.handler.codec.xml | Xml specific codecs. | 
| io.netty.handler.ssl | 
| Class and Description | 
|---|
| AsciiHeadersEncoder.NewlineType The newline characters to insert between header entries. | 
| AsciiHeadersEncoder.SeparatorType The separator characters to insert between a header name and a header value. | 
| AsciiString A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
 ASCII. | 
| BinaryHeaders A typical  AsciiStringmultimap used by protocols that use binary headers (such as HTTP/2) for the
 representation of arbitrary key-value data. | 
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| ByteToMessageDecoder.Cumulator Cumulate  ByteBufs. | 
| CodecException An  Exceptionwhich is thrown by a codec. | 
| ConvertibleHeaders Extension to the  Headersinterface to provide methods which convert the
 nativeUnconvertedTypeto the not-nativeConvertedType | 
| ConvertibleHeaders.TypeConverter Interface to do conversions to and from the two generic type parameters | 
| DecoderException An  CodecExceptionwhich is thrown by a dencoder. | 
| DecoderResult | 
| DefaultConvertibleHeaders | 
| DefaultHeaders | 
| DefaultHeaders.HashCodeGenerator Allows users of this interface to specify a hash code other than the default  Object.hashCode() | 
| DefaultHeaders.NameConverter Allows users to convert the  nameelements before being processed by this map | 
| EmptyConvertibleHeaders | 
| EmptyHeaders | 
| Headers | 
| Headers.EntryVisitor A visitor that helps reduce GC pressure while iterating over a collection of  Headers. | 
| Headers.NameVisitor A visitor that helps reduce GC pressure while iterating over a collection of  Headers. | 
| Headers.ValueConverter Converts to/from a generic object to the type of the name for this map | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| TextHeaders A typical string multimap used by text protocols such as HTTP for the representation of arbitrary key-value data. | 
| TextHeaders.EntryVisitor A visitor that helps reduce GC pressure while iterating over a collection of  Headers. | 
| Class and Description | 
|---|
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| CodecException An  Exceptionwhich is thrown by a codec. | 
| DecoderException An  CodecExceptionwhich is thrown by a dencoder. | 
| EncoderException An  CodecExceptionwhich is thrown by an encoder. | 
| MessageToByteEncoder ChannelHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. | 
| Class and Description | 
|---|
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| CodecException An  Exceptionwhich is thrown by a codec. | 
| DecoderException An  CodecExceptionwhich is thrown by a dencoder. | 
| Class and Description | 
|---|
| AsciiString A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
 ASCII. | 
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| ConvertibleHeaders Extension to the  Headersinterface to provide methods which convert the
 nativeUnconvertedTypeto the not-nativeConvertedType | 
| DecoderResult | 
| DecoderResultProvider Provides the accessor methods for the  DecoderResultproperty of a decoded message. | 
| DefaultConvertibleHeaders | 
| DefaultHeaders | 
| DefaultHeaders.NameConverter Allows users to convert the  nameelements before being processed by this map | 
| DefaultTextHeaders | 
| EmptyConvertibleHeaders | 
| EmptyHeaders | 
| EmptyTextHeaders | 
| Headers | 
| MessageAggregator An abstract  ChannelHandlerthat aggregates a series of message objects into a single aggregated message. | 
| MessageToMessageCodec A Codec for on-the-fly encoding/decoding of message. | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| TextHeaders A typical string multimap used by text protocols such as HTTP for the representation of arbitrary key-value data. | 
| Class and Description | 
|---|
| CodecException An  Exceptionwhich is thrown by a codec. | 
| DecoderException An  CodecExceptionwhich is thrown by a dencoder. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| MessageAggregator An abstract  ChannelHandlerthat aggregates a series of message objects into a single aggregated message. | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| ReplayingDecoder A specialized variation of  ByteToMessageDecoderwhich enables implementation
 of a non-blocking decoder in the blocking I/O paradigm. | 
| Class and Description | 
|---|
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| AsciiString A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
 ASCII. | 
| BinaryHeaders A typical  AsciiStringmultimap used by protocols that use binary headers (such as HTTP/2) for the
 representation of arbitrary key-value data. | 
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| DefaultBinaryHeaders | 
| DefaultHeaders | 
| EmptyBinaryHeaders | 
| EmptyHeaders | 
| Headers | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| LengthFieldBasedFrameDecoder A decoder that splits the received  ByteBufs dynamically by the
 value of the length field in the message. | 
| MessageToByteEncoder ChannelHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. | 
| ReplayingDecoder A specialized variation of  ByteToMessageDecoderwhich enables implementation
 of a non-blocking decoder in the blocking I/O paradigm. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| DecoderResult | 
| DecoderResultProvider Provides the accessor methods for the  DecoderResultproperty of a decoded message. | 
| MessageAggregator An abstract  ChannelHandlerthat aggregates a series of message objects into a single aggregated message. | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| DecoderResultProvider Provides the accessor methods for the  DecoderResultproperty of a decoded message. | 
| MessageAggregator An abstract  ChannelHandlerthat aggregates a series of message objects into a single aggregated message. | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| CodecException An  Exceptionwhich is thrown by a codec. | 
| DecoderException An  CodecExceptionwhich is thrown by a dencoder. | 
| DecoderResult | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| ReplayingDecoder A specialized variation of  ByteToMessageDecoderwhich enables implementation
 of a non-blocking decoder in the blocking I/O paradigm. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| MessageToByteEncoder ChannelHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| AsciiString A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
 ASCII. | 
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| LengthFieldBasedFrameDecoder A decoder that splits the received  ByteBufs dynamically by the
 value of the length field in the message. | 
| MessageToByteEncoder ChannelHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| DecoderResult | 
| DecoderResultProvider Provides the accessor methods for the  DecoderResultproperty of a decoded message. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| DecoderResultProvider Provides the accessor methods for the  DecoderResultproperty of a decoded message. | 
| MessageToByteEncoder ChannelHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. | 
| ReplayingDecoder A specialized variation of  ByteToMessageDecoderwhich enables implementation
 of a non-blocking decoder in the blocking I/O paradigm. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| DecoderResultProvider Provides the accessor methods for the  DecoderResultproperty of a decoded message. | 
| MessageToByteEncoder ChannelHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. | 
| ReplayingDecoder A specialized variation of  ByteToMessageDecoderwhich enables implementation
 of a non-blocking decoder in the blocking I/O paradigm. | 
| Class and Description | 
|---|
| AsciiString A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
 ASCII. | 
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| ConvertibleHeaders Extension to the  Headersinterface to provide methods which convert the
 nativeUnconvertedTypeto the not-nativeConvertedType | 
| DefaultConvertibleHeaders | 
| DefaultHeaders | 
| DefaultTextHeaders | 
| Headers | 
| MessageToMessageCodec A Codec for on-the-fly encoding/decoding of message. | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| TextHeaders A typical string multimap used by text protocols such as HTTP for the representation of arbitrary key-value data. | 
| Class and Description | 
|---|
| AsciiString A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
 ASCII. | 
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| ConvertibleHeaders Extension to the  Headersinterface to provide methods which convert the
 nativeUnconvertedTypeto the not-nativeConvertedType | 
| DecoderResult | 
| DecoderResultProvider Provides the accessor methods for the  DecoderResultproperty of a decoded message. | 
| DefaultConvertibleHeaders | 
| DefaultHeaders | 
| DefaultTextHeaders | 
| Headers | 
| MessageAggregator An abstract  ChannelHandlerthat aggregates a series of message objects into a single aggregated message. | 
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| ReplayingDecoder A specialized variation of  ByteToMessageDecoderwhich enables implementation
 of a non-blocking decoder in the blocking I/O paradigm. | 
| TextHeaders A typical string multimap used by text protocols such as HTTP for the representation of arbitrary key-value data. | 
| Class and Description | 
|---|
| MessageToMessageDecoder A  ChannelHandlerwhich decodes from one message to an other message. | 
| MessageToMessageEncoder A  ChannelHandlerwhich encodes from one message to an other message
 For example here is an implementation which decodes anIntegerto anString. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
| Class and Description | 
|---|
| ByteToMessageDecoder A  ChannelHandlerwhich decodes bytes in a stream-like fashion from oneByteBufto an
 other Message type. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.