软件包 | 描述 |
---|---|
io.netty.handler.codec.compression | |
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
Class and Description |
---|
SnappyFrameDecoder
解压缩以Snappy成帧格式编码的 ByteBuf 。
|
SnappyFrameEncoder
使用Snappy成帧格式压缩 ByteBuf 。
|
ZlibDecoder
使用deflate算法解压缩 ByteBuf 。
|
ZlibEncoder
使用deflate算法压缩 ByteBuf 。
|
ZlibWrapper
包装由DEFLATE算法压缩的流的容器文件格式。
|
Class and Description |
---|
ZlibWrapper
包装由DEFLATE算法压缩的流的容器文件格式。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.