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.RedisErrorKeyFixedRedisMessagePool.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 ErrorRedisMessageFixedRedisMessagePool. getError(FixedRedisMessagePool.RedisErrorKey key)ReturnsErrorRedisMessagefor the givenFixedRedisMessagePool.RedisErrorKeyornullif it does not exist.
-