| 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.dns | DNS codec information for writing to and reading from a DNS server. | 
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| 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.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.protobuf | Encoder and decoder which transform a
 Google Protocol Buffers
  Messageinto aByteBufand vice versa. | 
| io.netty.handler.codec.sctp | Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP. | 
| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder>An abstract  ChannelHandlerthat aggregates a series of message objects into a single aggregated message. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Base64Decoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ByteArrayDecoderDecodes a received  ByteBufinto an array of bytes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DnsResponseDecoderDnsResponseDecoder accepts  DatagramPacketand encodes toDnsResponse. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpClientUpgradeHandlerClient-side handler for handling an HTTP upgrade handshake to another protocol. | 
| class  | HttpContentDecoderDecodes the content of the received  HttpRequestandHttpContent. | 
| class  | HttpContentDecompressor | 
| class  | HttpObjectAggregatorA  ChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses)
 with no followingHttpContents. | 
| class  | HttpServerUpgradeHandlerA server-side handler that receives HTTP requests and optionally performs a protocol switch if
 the requested protocol is supported. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocketClientProtocolHandlerThis handler does all the heavy lifting for you to run a websocket client. | 
| class  | WebSocketFrameAggregatorHandler that aggregate fragmented WebSocketFrame's. | 
| class  | WebSocketServerProtocolHandlerThis handler does all the heavy lifting for you to run a websocket server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocketExtensionDecoderConvenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMemcacheObjectAggregator<H extends MemcacheMessage>A  ChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith
 no followingMemcacheContents. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryMemcacheObjectAggregatorAn object aggregator for the memcache binary protocol. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProtobufDecoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SctpInboundByteStreamHandlerA ChannelHandler which receives  SctpMessages which belong to a application protocol form a specific
 SCTP Stream  and decode it asByteBuf. | 
| class  | SctpMessageCompletionHandlerMessageToMessageDecoderwhich will take care of handle fragmentedSctpMessages, so
 only completeSctpMessages will be forwarded to the nextChannelHandler. | 
| class  | SctpMessageToMessageDecoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpdyHttpDecoderDecodes  SpdySynStreamFrames,SpdySynReplyFrames,
 andSpdyDataFrames intoFullHttpRequests andFullHttpResponses. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StompSubframeAggregatorA  ChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StringDecoder | 
Copyright © 2008–2015 The Netty Project. All rights reserved.