| 软件包 | 描述 |
|---|---|
| io.netty.handler.codec.compression | |
| io.netty.handler.codec.marshalling |
解码器和编码器,它使用
JBoss Marshalling 。
|
| io.netty.handler.codec.protobuf |
编码器和解码器将Google Protocol Buffers Message和nano.MessageNano转换为ByteBuf ,反之亦然。
|
| io.netty.handler.codec.serialization |
编码器,解码器及其兼容性流实现,将
Serializable对象转换为字节缓冲区,反之亦然。
|
| io.netty.handler.codec.socks |
编码器,解码器及其相关的信息类型的袜子。
|
| io.netty.handler.codec.socksx.v4 |
编码器,解码器及其相关的SOCKSv4协议消息类型。
|
| io.netty.handler.codec.socksx.v5 |
编码器,解码器及其相关的SOCKSv5协议消息类型。
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bzip2Encoder
使用Bzip2算法压缩 ByteBuf 。
|
class |
FastLzFrameEncoder
压缩一个 ByteBuf使用FastLZ算法。
|
class |
JdkZlibEncoder
使用deflate算法压缩 ByteBuf 。
|
class |
JZlibEncoder
使用deflate算法压缩 ByteBuf 。
|
class |
Lz4FrameEncoder
使用LZ4格式压缩 ByteBuf 。
|
class |
LzfEncoder
使用LZF格式压缩 ByteBuf 。
|
class |
LzmaFrameEncoder
使用LZMA算法压缩 ByteBuf 。
|
class |
SnappyFramedEncoder
已过时。
改为使用
SnappyFrameEncoder 。
|
class |
SnappyFrameEncoder
使用Snappy成帧格式压缩 ByteBuf 。
|
class |
ZlibEncoder
使用deflate算法压缩 ByteBuf 。
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompatibleMarshallingEncoder
MessageToByteEncoder使用JBoss编组来封送对象的实现。
|
class |
MarshallingEncoder
MessageToByteEncoder使用JBoss编组来封送对象的实现。
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtobufVarint32LengthFieldPrepender
Google协议缓冲区 的前置编码器
io.netty.handler.codec.serialization中的MessageToByteEncoder的使用 |
| Modifier and Type | Class and Description |
class |
CompatibleObjectEncoder
An encoder which serializes a Java object into a
ByteBuf (interoperability version).
|
class |
ObjectEncoder
An encoder which serializes a Java object into a
ByteBuf.
|
class SocksMessageEncoder
SocksMessage into a
ByteBuf.
class Socks4ClientEncoder
Socks4CommandRequest into a
ByteBuf.
class Socks4ServerEncoder
Socks4CommandResponse into a
ByteBuf.
class Socks5ClientEncoder
Socks5Message into a
ByteBuf.
class Socks5ServerEncoder
Socks5Message into a
ByteBuf.
Copyright © 2008–2018 The Netty Project. All rights reserved.