Uses of Enum
io.netty.handler.codec.compression.FastLzFrameDecoder.State
Packages that use FastLzFrameDecoder.State
Package
Description
-
Uses of FastLzFrameDecoder.State in io.netty.handler.codec.compression
Subclasses with type arguments of type FastLzFrameDecoder.State in io.netty.handler.codec.compressionModifier and TypeClassDescriptionprivate static enumCurrent state of decompression.Fields in io.netty.handler.codec.compression declared as FastLzFrameDecoder.StateModifier and TypeFieldDescriptionprivate FastLzFrameDecoder.StateFastLzFrameDecoder.currentStateMethods in io.netty.handler.codec.compression that return FastLzFrameDecoder.StateModifier and TypeMethodDescriptionstatic FastLzFrameDecoder.StateReturns the enum constant of this type with the specified name.static FastLzFrameDecoder.State[]FastLzFrameDecoder.State.values()Returns an array containing the constants of this enum type, in the order they are declared.