BrotliOptions with Encoder.Parameters#setQuality(int) set to 4
and Encoder.Parameters#setMode(Encoder.Mode) set to Encoder.Mode#TEXTBrotliOptionsByteBuf encoded with the brotli format.ByteBuf with the Brotli compression.BrotliEncoder Instance with BrotliOptions.DEFAULT
and BrotliEncoder.isSharable() set to trueBrotliEncoder InstanceBrotliEncoder Instance and specify
whether this instance will be shared with multiple pipelines or not.BrotliOptions holds Encoder.Parameters for
Brotli compression.ByteBuf encoded with the Bzip2 format.ByteBuf using the Bzip2 algorithm.blockSizeMultiplier.Throwable of unavailability causeThrowable of unavailability causeBzip2Encoder and so finish the encoding.Bzip2Encoder and so finish the encoding.Lz4FrameEncoder and so finish the encoding.Lz4FrameEncoder and so finish the encoding.ZlibEncoder and so finish the encoding.ZlibEncoder and so finish the encoding.EncoderException that is raised when compression failed.CompressionOptions provides compression options for
various types of compressor types, like Brotli.DecoderException that is raised when decompression failed.DeflateOptions with
compressionLevel set to 6, windowBits set to 15 and memLevel set to 8.DeflateOptions InstanceDeflateOptions holds DeflateOptions.compressionLevel(),
DeflateOptions.memLevel() and DeflateOptions.windowBits() for Deflate compression.Lz4FrameEncoder.blockSize chunks in the output buffer.ByteBuf encoded by FastLzFrameEncoder using the FastLZ algorithm.ByteBuf using the FastLZ algorithm.ByteBuf to the channel.GzipOptions with
compressionLevel() set to 6, windowBits() set to 15 and memLevel() set to 8.GzipOptions InstanceGzipOptions holds DeflateOptions.compressionLevel(),
DeflateOptions.memLevel() and DeflateOptions.windowBits() for Gzip compression.true if and only if the end of the compressed stream
has been reached.true if and only if the end of the compressed stream has been reached.true if and only if the end of the compressed stream
has been reached.true if and only if the end of the compressed stream
has been reached.true if and only if the compressed stream has been finished.true if and only if the end of the compressed stream
has been reached.true if and only if the end of the compressed stream
has been reached.true if specify a custom window size and mem level is supported.ByteBuf using the inflate algorithm.ZlibWrapper.ZLIB).ZlibWrapper.ZLIB)
and the specified maximum buffer allocation.ByteBuf using the deflate algorithm.6)
and the default wrapper (ZlibWrapper.ZLIB).compressionLevel
and the default wrapper (ZlibWrapper.ZLIB).6)
and the specified wrapper.compressionLevel
and the specified wrapper.6)
and the specified preset dictionary.compressionLevel
and the specified preset dictionary.ZlibWrapper.ZLIB).ZlibWrapper.ZLIB)
and specified maximum buffer allocation.ByteBuf using the deflate algorithm.6),
default window bits (15), default memory level (8),
and the default wrapper (ZlibWrapper.ZLIB).compressionLevel,
default window bits (15), default memory level (8),
and the default wrapper (ZlibWrapper.ZLIB).6),
default window bits (15), default memory level (8),
and the specified wrapper.compressionLevel,
default window bits (15), default memory level (8),
and the specified wrapper.compressionLevel,
the specified windowBits, the specified memLevel, and
the specified wrapper.6),
default window bits (15), default memory level (8),
and the specified preset dictionary.compressionLevel,
default window bits (15), default memory level (8),
and the specified preset dictionary.compressionLevel,
the specified windowBits, the specified memLevel,
and the specified preset dictionary.ByteBuf encoded with the LZ4 format.ByteBuf using the LZ4 format.ByteBuf encoded with the LZF format.ByteBuf using the LZF format.safeInstance parameter.safeInstance parameter.safeInstance parameter.ByteBuf using the LZMA algorithm.lc, lp, pb
values and the medium dictionary size of .lc = ,
lp = ,
pb = .lc, lp, pb values and custom dictionary size.ByteBuf encoded with Snappy compression into an
output ByteBuf.SnappyOptionsSnappyFrameDecoder instead.ByteBuf encoded with the Snappy framing format.SnappyFrameEncoder instead.ByteBuf using the Snappy framing format.SnappyOptions holds config for
Snappy compression.ZlibEncoder and a new ZlibDecoder.ByteBuf using the deflate algorithm.ZlibDecoder(int) with maxAllocation = 0.ByteBuf using the deflate algorithm.ZstdOptions with{compressionLevel(int)} set to
ZstdConstants.DEFAULT_COMPRESSION_LEVEL,ZstdConstants.DEFAULT_BLOCK_SIZE,
ZstdConstants.MAX_BLOCK_SIZEZstdOptionsByteBuf using the Zstandard algorithm.ByteBuf using the Zstandard algorithm.ZstdOptions holds compressionLevel for
Zstd compression.Copyright © 2008–2024 The Netty Project. All rights reserved.