Uses of Class
io.netty.handler.codec.compression.Decompressor.Status
-
Packages that use Decompressor.Status Package Description io.netty.handler.codec.compression -
-
Uses of Decompressor.Status in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression that return Decompressor.Status Modifier and Type Method Description Decompressor.StatusBrotliDecompressor. status()Decompressor.StatusBzip2Decompressor. status()Decompressor.StatusDecompressor. status()Get the current status.Decompressor.StatusFastLzFrameDecompressor. status()Decompressor.StatusJdkZlibDecompressor. status()Decompressor.StatusLz4FrameDecompressor. status()Decompressor.StatusLzfDecompressor. status()Decompressor.StatusSnappyFrameDecompressor. status()Decompressor.StatusZstdDecompressor. status()static Decompressor.StatusDecompressor.Status. valueOf(java.lang.String name)Returns 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.
-