| Package | Description |
|---|---|
| io.netty.handler.codec.base64 | |
| io.netty.handler.codec.bytes |
Encoder and decoder which transform an array of bytes into a
ByteBuf and vice versa. |
| io.netty.handler.codec.protobuf |
Encoder and decoder which transform a
Google Protocol Buffers
Message into a ByteBuf
and 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.string |
Encoder and decoder which transform a
String into a
ByteBuf and vice versa. |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Decoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayDecoder
Decodes a received
ByteBuf into an array of bytes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtobufDecoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
SctpMessageToMessageDecoder<O> |
| Modifier and Type | Class and Description |
|---|---|
class |
StringDecoder
Decodes a received
ByteBuf into a String. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.