A B C D E F G H I J L M N P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.ZstdEncoder
B
- blockSize() - Method in class io.netty.handler.codec.compression.ZstdOptions
- brotli() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
BrotliOptionswithEncoder.Parameters.setQuality(int)set to 4 andEncoder.Parameters.setMode(Encoder.Mode)set toEncoder.Mode.TEXT - brotli(int, int, BrotliMode) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
BrotliOptions - brotli(Encoder.Parameters) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Deprecated.
- Brotli - Class in io.netty.handler.codec.compression
- BrotliDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a
ByteBufencoded with the brotli format. - BrotliDecoder() - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder with a default 8kB input buffer
- BrotliDecoder(int) - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder
- BrotliEncoder - Class in io.netty.handler.codec.compression
-
Compress a
ByteBufwith the Brotli compression. - BrotliEncoder() - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance withBrotliOptions.DEFAULTandBrotliEncoder.isSharable()set totrue - BrotliEncoder(Encoder.Parameters) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
- BrotliEncoder(Encoder.Parameters, boolean) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance and specify whether this instance will be shared with multiple pipelines or not. - BrotliEncoder(BrotliOptions) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance - BrotliMode - Enum in io.netty.handler.codec.compression
-
Provides a way to specify the Brotli compression mode.
- BrotliOptions - Class in io.netty.handler.codec.compression
-
BrotliOptionsholdsEncoder.Parametersfor Brotli compression. - Bzip2Decoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the Bzip2 format. - Bzip2Decoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Decoder
- Bzip2Encoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Bzip2 algorithm. - Bzip2Encoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
-
Creates a new bzip2 encoder with the maximum (900,000 byte) block size.
- Bzip2Encoder(int) - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
-
Creates a new bzip2 encoder with the specified
blockSizeMultiplier.
C
- cause() - Static method in class io.netty.handler.codec.compression.Brotli
-
Returns
Throwableof unavailability cause - cause() - Static method in class io.netty.handler.codec.compression.Zstd
-
Returns
Throwableof unavailability cause - channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- close() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Close this
Bzip2Encoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close() - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Close this
Lz4FrameEncoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Close this
ZlibEncoderand so finish the encoding. - close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Close this
Bzip2Encoderand so finish the encoding. - close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Close this
Lz4FrameEncoderand so finish the encoding. - close(ChannelPromise) - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Close this
ZlibEncoderand so finish the encoding. - CompressionException - Exception in io.netty.handler.codec.compression
-
An
EncoderExceptionthat is raised when compression failed. - CompressionException() - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- compressionLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
- compressionLevel() - Method in class io.netty.handler.codec.compression.ZstdOptions
- CompressionOptions - Interface in io.netty.handler.codec.compression
-
CompressionOptionsprovides compression options for various types of compressor types, like Brotli.
D
- decode(ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Snappy
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Bzip2Decoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.FastLzFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.LzfDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.SnappyFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Called when the decompression buffer cannot be expanded further.
- DecompressionException - Exception in io.netty.handler.codec.compression
-
A
DecoderExceptionthat is raised when decompression failed. - DecompressionException() - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- deflate() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
DeflateOptionswithcompressionLevelset to 6,windowBitsset to 15 andmemLevelset to 8. - deflate(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
DeflateOptionsInstance - DeflateOptions - Class in io.netty.handler.codec.compression
-
DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression.
E
- encode(ByteBuf, ByteBuf, int) - Method in class io.netty.handler.codec.compression.Snappy
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.FastLzFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Encodes the input buffer into
Lz4FrameEncoder.blockSizechunks in the output buffer. - encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzfEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.SnappyFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- ensureAvailability() - Static method in class io.netty.handler.codec.compression.Brotli
-
Throws when brotli support is missing from the classpath or is unavailable on this platform
- ensureAvailability() - Static method in class io.netty.handler.codec.compression.Zstd
-
Throws when zstd support is missing from the classpath or is unavailable on this platform
F
- FastLzFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded byFastLzFrameEncoderusing the FastLZ algorithm. - FastLzFrameDecoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates the fastest FastLZ decoder without checksum calculation.
- FastLzFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with calculation of checksums as specified.
- FastLzFrameDecoder(Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with specified checksum calculator.
- FastLzFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the FastLZ algorithm. - FastLzFrameEncoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder without checksum calculator and with auto detection of compression level.
- FastLzFrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with auto detection of compression level and calculation of checksums as specified.
- FastLzFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and without checksum calculator.
- FastLzFrameEncoder(int, Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and checksum calculator.
- finish(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
Finish the encoding, close streams and write final
ByteBufto the channel. - flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- FONT - io.netty.handler.codec.compression.BrotliMode
-
Designed specifically for font data compression, as used in WOFF 2.0.
G
- GENERIC - io.netty.handler.codec.compression.BrotliMode
-
The compressor does not make any assumptions about the input data's properties, making it suitable for a wide range of data types.
- getHashTableFastThreadLocalArrayFill(int) - Static method in class io.netty.handler.codec.compression.Snappy
-
Returns a short[] from a FastThreadLocal, zeroing for correctness creating a new one and resizing it if necessary
- getValue() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- gzip() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
GzipOptionswithcompressionLevel()set to 6,windowBits()set to 15 andmemLevel()set to 8. - gzip(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
GzipOptionsInstance - GZIP - io.netty.handler.codec.compression.ZlibWrapper
-
The GZIP wrapper as specified in RFC 1952.
- GzipOptions - Class in io.netty.handler.codec.compression
-
GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.
H
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.LzfEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
I
- io.netty.handler.codec.compression - package io.netty.handler.codec.compression
- isAvailable() - Static method in class io.netty.handler.codec.compression.Brotli
- isAvailable() - Static method in class io.netty.handler.codec.compression.Zstd
- isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Decoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- isClosed() - Method in class io.netty.handler.codec.compression.JZlibDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.JZlibEncoder
- isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Returns
trueif and only if the compressed stream has been finished. - isClosed() - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isSharable() - Method in class io.netty.handler.codec.compression.BrotliEncoder
- isSupportingWindowSizeAndMemLevel() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Returns
trueif specify a custom window size and mem level is supported.
J
- JdkZlibDecoder - Class in io.netty.handler.codec.compression
-
Decompress a
ByteBufusing the inflate algorithm. - JdkZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.Use
JdkZlibDecoder(int). - JdkZlibDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(byte[], int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified preset dictionary and maximum buffer allocation.
- JdkZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB) and the specified maximum buffer allocation. - JdkZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(ZlibWrapper, boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(ZlibWrapper, boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified wrapper and maximum buffer allocation.
- JdkZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - JdkZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with a compression level of (
6) and the default wrapper (ZlibWrapper.ZLIB). - JdkZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with a compression level of (
6) and the specified preset dictionary. - JdkZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the default wrapper (ZlibWrapper.ZLIB). - JdkZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the specified preset dictionary. - JdkZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with a compression level of (
6) and the specified wrapper. - JdkZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the specified wrapper. - JZlibDecoder - Class in io.netty.handler.codec.compression
- JZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Deprecated.Use
JZlibDecoder(int). - JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Deprecated.
- JZlibDecoder(byte[], int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified preset dictionary and maximum buffer allocation.
- JZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB) and specified maximum buffer allocation. - JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Deprecated.
- JZlibDecoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified wrapper and maximum buffer allocation.
- JZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - JZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB). - JZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the specified preset dictionary. - JZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB). - JZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the specified preset dictionary. - JZlibEncoder(int, int, int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, the specifiedwindowBits, the specifiedmemLevel, and the specified preset dictionary. - JZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the specified wrapper. - JZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the specified wrapper. - JZlibEncoder(ZlibWrapper, int, int, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, the specifiedwindowBits, the specifiedmemLevel, and the specified wrapper.
L
- Lz4FrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the LZ4 format. - Lz4FrameDecoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates the fastest LZ4 decoder.
- Lz4FrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a LZ4 decoder with fastest decoder instance available on your machine.
- Lz4FrameDecoder(LZ4Factory, boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new LZ4 decoder with customizable implementation.
- Lz4FrameDecoder(LZ4Factory, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new customizable LZ4 decoder.
- Lz4FrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZ4 format. - Lz4FrameEncoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates the fastest LZ4 encoder with default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- Lz4FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new LZ4 encoder with hight or fast compression, default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum, int) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4XXHash32 - Class in io.netty.handler.codec.compression
- Lz4XXHash32(int) - Constructor for class io.netty.handler.codec.compression.Lz4XXHash32
- LzfDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the LZF format. - LzfDecoder() - Constructor for class io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with the most optimal available methods for underlying data access.
- LzfDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with specified decoding instance.
- LzfEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZF format. - LzfEncoder() - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with the most optimal available methods for underlying data access.
- LzfEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(boolean, int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified total length of encoded chunk.
- LzfEncoder(int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified settings.
- LzmaFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZMA algorithm. - LzmaFrameEncoder() - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with default settings.
- LzmaFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified dictionary size and default values of
lc= 3,lp= 0,pb= 2. - LzmaFrameEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified
lc,lp,pbvalues and the medium dictionary size of 65536. - LzmaFrameEncoder(int, int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified
lc,lp,pbvalues and custom dictionary size. - LzmaFrameEncoder(int, int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified settings.
M
- maxAllocation - Variable in class io.netty.handler.codec.compression.ZlibDecoder
-
Maximum allowed size of the decompression buffer.
- maxEncodeSize() - Method in class io.netty.handler.codec.compression.ZstdOptions
- memLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
N
- newZlibDecoder() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Deprecated.
- newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Deprecated.
- newZlibDecoder(byte[], int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Create a new decoder instance with the specified preset dictionary and maximum buffer allocation.
- newZlibDecoder(int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Create a new decoder instance with specified maximum buffer allocation.
- newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Deprecated.
- newZlibDecoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Create a new decoder instance with the specified wrapper and maximum buffer allocation.
- newZlibEncoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, int, int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int, int, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- NONE - io.netty.handler.codec.compression.ZlibWrapper
-
Raw DEFLATE stream only (no header and no footer).
P
- parameters() - Method in class io.netty.handler.codec.compression.BrotliOptions
- prepareDecompressBuffer(ChannelHandlerContext, ByteBuf, int) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Allocate or expand the decompression buffer, without exceeding the maximum allocation.
R
- reset() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- reset() - Method in class io.netty.handler.codec.compression.Snappy
S
- snappy() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
SnappyOptions - Snappy - Class in io.netty.handler.codec.compression
-
Uncompresses an input
ByteBufencoded with Snappy compression into an outputByteBuf. - Snappy() - Constructor for class io.netty.handler.codec.compression.Snappy
- snappyEncoderWithJumboFrames() - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
-
Create a new instance with a 65535 chunk size.
- SnappyFramedDecoder - Class in io.netty.handler.codec.compression
-
Deprecated.Use
SnappyFrameDecoderinstead. - SnappyFramedDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedDecoder
-
Deprecated.
- SnappyFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the Snappy framing format. - SnappyFrameDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums turned OFF.
- SnappyFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums as specified.
- SnappyFramedEncoder - Class in io.netty.handler.codec.compression
-
Deprecated.Use
SnappyFrameEncoderinstead. - SnappyFramedEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedEncoder
-
Deprecated.
- SnappyFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Snappy framing format. - SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameEncoder
- SnappyOptions - Class in io.netty.handler.codec.compression
-
SnappyOptionsholds config for Snappy compression. - SnappyOptions() - Constructor for class io.netty.handler.codec.compression.SnappyOptions
- StandardCompressionOptions - Class in io.netty.handler.codec.compression
T
- TEXT - io.netty.handler.codec.compression.BrotliMode
-
Optimized for UTF-8 formatted text input.
U
- update(byte[], int, int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- update(int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- update(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
V
- valueOf(String) - Static method in enum io.netty.handler.codec.compression.BrotliMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty.handler.codec.compression.BrotliMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- windowBits() - Method in class io.netty.handler.codec.compression.DeflateOptions
- withHashTableReuse() - Static method in class io.netty.handler.codec.compression.Snappy
Z
- ZLIB - io.netty.handler.codec.compression.ZlibWrapper
-
The ZLIB wrapper as specified in RFC 1950.
- ZLIB_OR_NONE - io.netty.handler.codec.compression.ZlibWrapper
-
Try
ZlibWrapper.ZLIBfirst and thenZlibWrapper.NONEif the first attempt fails. - ZlibCodecFactory - Class in io.netty.handler.codec.compression
-
Creates a new
ZlibEncoderand a newZlibDecoder. - ZlibDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a
ByteBufusing the deflate algorithm. - ZlibDecoder() - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
-
Same as
ZlibDecoder(int)with maxAllocation = 0. - ZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
-
Construct a new ZlibDecoder.
- ZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - ZlibEncoder() - Constructor for class io.netty.handler.codec.compression.ZlibEncoder
- ZlibWrapper - Enum in io.netty.handler.codec.compression
-
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
- zstd() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
ZstdOptionswith{compressionLevel(int)} set toZstdConstants.DEFAULT_COMPRESSION_LEVEL,ZstdConstants.DEFAULT_BLOCK_SIZE,ZstdConstants.MAX_BLOCK_SIZE - zstd(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
ZstdOptions - Zstd - Class in io.netty.handler.codec.compression
- ZstdDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a compressed block
ByteBufusing the Zstandard algorithm. - ZstdDecoder() - Constructor for class io.netty.handler.codec.compression.ZstdDecoder
- ZstdDecoder(int) - Constructor for class io.netty.handler.codec.compression.ZstdDecoder
- ZstdEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Zstandard algorithm. - ZstdEncoder() - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int, int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
- ZstdOptions - Class in io.netty.handler.codec.compression
-
ZstdOptionsholds compressionLevel for Zstd compression.
All Classes All Packages