Uses of Class
io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
-
Packages that use JdkZlibDecoder.GzipState Package Description io.netty.handler.codec.compression -
-
Uses of JdkZlibDecoder.GzipState in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as JdkZlibDecoder.GzipState Modifier and Type Field Description private JdkZlibDecoder.GzipState
JdkZlibDecoder. gzipState
Methods in io.netty.handler.codec.compression that return JdkZlibDecoder.GzipState Modifier and Type Method Description static JdkZlibDecoder.GzipState
JdkZlibDecoder.GzipState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JdkZlibDecoder.GzipState[]
JdkZlibDecoder.GzipState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-