| Name | Description | Type | Package | Framework |
| Bzip2Decoder | Uncompresses a ByteBuf encoded with the Bzip2 format. | Class | io.netty.handler.codec.compression | Netty |
| Bzip2Encoder | Compresses a ByteBuf using the Bzip2 algorithm. | Class | io.netty.handler.codec.compression | Netty |
| CompressionException | An EncoderException that is raised when compression failed. | Class | io.netty.handler.codec.compression | Netty |
| DecompressionException | A DecoderException that is raised when decompression failed. | Class | io.netty.handler.codec.compression | Netty |
| FastLzFrameDecoder | Uncompresses a ByteBuf encoded by FastLzFrameEncoder using the FastLZ algorithm. | Class | io.netty.handler.codec.compression | Netty |
| FastLzFrameEncoder | Compresses a ByteBuf using the FastLZ algorithm. | Class | io.netty.handler.codec.compression | Netty |
| JdkZlibDecoder | Decompress a ByteBuf using the inflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
| JdkZlibEncoder | Compresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
| JZlibDecoder | Class | io.netty.handler.codec.compression | Netty | |
| JZlibEncoder | Compresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
| Lz4FrameDecoder | Uncompresses a ByteBuf encoded with the LZ4 format. | Class | io.netty.handler.codec.compression | Netty |
| Lz4FrameEncoder | Compresses a ByteBuf using the LZ4 format. | Class | io.netty.handler.codec.compression | Netty |
| LzfDecoder | Uncompresses a ByteBuf encoded with the LZF format. | Class | io.netty.handler.codec.compression | Netty |
| LzfEncoder | Compresses a ByteBuf using the LZF format. | Class | io.netty.handler.codec.compression | Netty |
| LzmaFrameEncoder | Compresses a ByteBuf using the LZMA algorithm. | Class | io.netty.handler.codec.compression | Netty |
| SnappyFrameDecoder | Uncompresses a ByteBuf encoded with the Snappy framing format. | Class | io.netty.handler.codec.compression | Netty |
| SnappyFrameEncoder | Compresses a ByteBuf using the Snappy framing format. | Class | io.netty.handler.codec.compression | Netty |
| ZlibCodecFactory | Creates a new ZlibEncoder and a new ZlibDecoder. | Class | io.netty.handler.codec.compression | Netty |
| ZlibDecoder | Decompresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
| ZlibEncoder | Compresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
| ZlibWrapper | The container file formats that wrap the stream compressed by the DEFLATEEnum Constant Summary | Class | io.netty.handler.codec.compression | Netty |