Package | Description |
---|---|
io.netty.handler.codec.compression | |
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Class and Description |
---|
ZlibDecoder
Decompresses a
ByteBuf using the deflate algorithm. |
ZlibEncoder
Compresses a
ByteBuf using the deflate algorithm. |
ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
Class and Description |
---|
ZlibWrapper
The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.