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.RedisReplyKey
FixedRedisMessagePool.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 SimpleStringRedisMessage
FixedRedisMessagePool. getSimpleString(FixedRedisMessagePool.RedisReplyKey key)
ReturnsSimpleStringRedisMessage
for the givenFixedRedisMessagePool.RedisReplyKey
ornull
if it does not exist.
-