Uses of Class
io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
-
Packages that use FixedRedisMessagePool.RedisReplyKey Package Description io.netty.handler.codec.redis Encoder, decoder for Redis. -
-
Uses of FixedRedisMessagePool.RedisReplyKey in io.netty.handler.codec.redis
Methods in io.netty.handler.codec.redis that return FixedRedisMessagePool.RedisReplyKey Modifier and Type Method Description static FixedRedisMessagePool.RedisReplyKeyFixedRedisMessagePool.RedisReplyKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FixedRedisMessagePool.RedisReplyKey[]FixedRedisMessagePool.RedisReplyKey. 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.RedisReplyKey Modifier and Type Method Description SimpleStringRedisMessageFixedRedisMessagePool. getSimpleString(FixedRedisMessagePool.RedisReplyKey key)ReturnsSimpleStringRedisMessagefor the givenFixedRedisMessagePool.RedisReplyKeyornullif it does not exist.
-