Uses of Enum
io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
Packages that use FixedRedisMessagePool.RedisErrorKey
-
Uses of FixedRedisMessagePool.RedisErrorKey in io.netty.handler.codec.redis
Subclasses with type arguments of type FixedRedisMessagePool.RedisErrorKey in io.netty.handler.codec.redisMethods in io.netty.handler.codec.redis that return FixedRedisMessagePool.RedisErrorKeyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FixedRedisMessagePool.RedisErrorKey[]FixedRedisMessagePool.RedisErrorKey.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.redis with parameters of type FixedRedisMessagePool.RedisErrorKeyModifier and TypeMethodDescriptionFixedRedisMessagePool.getError(FixedRedisMessagePool.RedisErrorKey key) ReturnsErrorRedisMessagefor the givenFixedRedisMessagePool.RedisErrorKeyornullif it does not exist.