Uses of Class
io.netty.handler.codec.compression.FastLzFrameDecoder.State
-
Packages that use FastLzFrameDecoder.State Package Description io.netty.handler.codec.compression -
-
Uses of FastLzFrameDecoder.State in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as FastLzFrameDecoder.State Modifier and Type Field Description private FastLzFrameDecoder.State
FastLzFrameDecoder. currentState
Methods in io.netty.handler.codec.compression that return FastLzFrameDecoder.State Modifier and Type Method Description static FastLzFrameDecoder.State
FastLzFrameDecoder.State. valueOf(java.lang.String name)
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.
-