Uses of Enum
io.netty.handler.codec.compression.Decompressor.Status
Packages that use Decompressor.Status
Package
Description
-
Uses of Decompressor.Status in io.netty.handler.codec.compression
Subclasses with type arguments of type Decompressor.Status in io.netty.handler.codec.compressionModifier and TypeClassDescriptionstatic enumCurrent status of the decompressor.Methods in io.netty.handler.codec.compression that return Decompressor.StatusModifier and TypeMethodDescriptionBrotliDecompressor.status()Bzip2Decompressor.status()Decompressor.status()Get the current status.FastLzFrameDecompressor.status()JdkZlibDecompressor.status()Lz4FrameDecompressor.status()LzfDecompressor.status()SnappyFrameDecompressor.status()ZstdDecompressor.status()static Decompressor.StatusReturns the enum constant of this type with the specified name.static Decompressor.Status[]Decompressor.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.