| 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.string |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Encoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayEncoder
Encodes the requested array of bytes into a
ByteBuf. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtobufEncoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringEncoder
|
Copyright © 2008-2012 The Netty Project. All Rights Reserved.