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