Uses of Class
io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
-
Packages that use FixedRedisMessagePool.RedisErrorKey Package Description io.netty.handler.codec.redis Encoder, decoder for Redis. -
-
Uses of FixedRedisMessagePool.RedisErrorKey in io.netty.handler.codec.redis
Methods in io.netty.handler.codec.redis that return FixedRedisMessagePool.RedisErrorKey Modifier and Type Method Description static FixedRedisMessagePool.RedisErrorKey
FixedRedisMessagePool.RedisErrorKey. valueOf(java.lang.String name)
Returns 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.RedisErrorKey Modifier and Type Method Description ErrorRedisMessage
FixedRedisMessagePool. getError(FixedRedisMessagePool.RedisErrorKey key)
ReturnsErrorRedisMessage
for the givenFixedRedisMessagePool.RedisErrorKey
ornull
if it does not exist.
-