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
Fields in io.netty.handler.codec.compression declared as FastLzFrameDecoder.StateModifier and TypeFieldDescriptionprivate FastLzFrameDecoder.State
FastLzFrameDecoder.currentState
Methods in io.netty.handler.codec.compression that return FastLzFrameDecoder.StateModifier and TypeMethodDescriptionstatic FastLzFrameDecoder.State
Returns 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.