Package io.netty.handler.codec.compression
package io.netty.handler.codec.compression
-
ClassDescriptionDecompresses a
ByteBufencoded with the brotli format.Compress aByteBufwith the Brotli compression.Provides a way to specify the Brotli compression mode.BrotliOptionsholdsEncoder.Parametersfor Brotli compression.Uncompresses aByteBufencoded with the Bzip2 format.Compresses aByteBufusing the Bzip2 algorithm.AnEncoderExceptionthat is raised when compression failed.CompressionOptionsprovides compression options for various types of compressor types, like Brotli.ADecoderExceptionthat is raised when decompression failed.DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.Uncompresses aByteBufencoded byFastLzFrameEncoderusing the FastLZ algorithm.Compresses aByteBufusing the FastLZ algorithm.GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.Decompress aByteBufusing the inflate algorithm.Compresses aByteBufusing the deflate algorithm.Compresses aByteBufusing the deflate algorithm.Uncompresses aByteBufencoded with the LZ4 format.Compresses aByteBufusing the LZ4 format.Uncompresses aByteBufencoded with the LZF format.Compresses aByteBufusing the LZF format.Compresses aByteBufusing the LZMA algorithm.Deprecated.UseSnappyFrameDecoderinstead.Uncompresses aByteBufencoded with the Snappy framing format.Deprecated.UseSnappyFrameEncoderinstead.Compresses aByteBufusing the Snappy framing format.SnappyOptionsholds config for Snappy compression.Creates a newZlibEncoderand a newZlibDecoder.Decompresses aByteBufusing the deflate algorithm.Compresses aByteBufusing the deflate algorithm.The container file formats that wrap the stream compressed by the DEFLATE algorithm.Decompresses a compressed blockByteBufusing the Zstandard algorithm.Compresses aByteBufusing the Zstandard algorithm.ZstdOptionsholds compressionLevel for Zstd compression.