Package io.netty.handler.codec.compression
package io.netty.handler.codec.compression
-
ClassDescriptionUncompresses a
ByteBufencoded 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.Deprecated.Uncompresses aByteBufencoded with the Snappy framing format.Deprecated.UseSnappyFrameEncoderinstead.Compresses aByteBufusing the Snappy framing format.SnappyOptionsholds config for Snappy compression.Standard Compression Options forGzipOptionsandDeflateOptionsCreates 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.
SnappyFrameDecoderinstead.