Uses of Interface
io.netty.handler.codec.compression.Decompressor
Packages that use Decompressor
Package
Description
-
Uses of Decompressor in io.netty.handler.codec.compression
Classes in io.netty.handler.codec.compression that implement DecompressorModifier and TypeClassDescriptionfinal classDecompresses aByteBufencoded with the brotli format.final classUncompresses aByteBufencoded with the Bzip2 format.final classUncompresses aByteBufencoded byFastLzFrameEncoderusing the FastLZ algorithm.final classDecompress aByteBufusing the inflate algorithm.final classUncompresses aByteBufencoded with the LZ4 format.final classUncompresses aByteBufencoded with the LZF format.final classUncompresses aByteBufencoded with the Snappy framing format.final classDecompresses a compressed blockByteBufusing the Zstandard algorithm.Methods in io.netty.handler.codec.compression that return DecompressorModifier and TypeMethodDescriptionBrotliDecompressor.Builder.build(ByteBufAllocator allocator) Bzip2Decompressor.Builder.build(ByteBufAllocator allocator) abstract DecompressorDecompressor.AbstractDecompressorBuilder.build(ByteBufAllocator allocator) FastLzFrameDecompressor.Builder.build(ByteBufAllocator allocator) JdkZlibDecompressor.Builder.build(ByteBufAllocator allocator) Lz4FrameDecompressor.Builder.build(ByteBufAllocator allocator) LzfDecompressor.Builder.build(ByteBufAllocator allocator) SnappyFrameDecompressor.Builder.build(ByteBufAllocator allocator) ZstdDecompressor.Builder.build(ByteBufAllocator allocator)