软件包 | 描述 |
---|---|
io.netty.handler.codec.redis |
编码器,Redis解码器。
|
Modifier and Type | Method and Description |
---|---|
IntegerRedisMessage |
RedisMessagePool.getInteger(ByteBuf content)
返回 IntegerRedisMessage 给定content 。
|
IntegerRedisMessage |
FixedRedisMessagePool.getInteger(ByteBuf content) |
IntegerRedisMessage |
RedisMessagePool.getInteger(long value)
返回 IntegerRedisMessage 给定value 。
|
IntegerRedisMessage |
FixedRedisMessagePool.getInteger(long value) |
Copyright © 2008–2018 The Netty Project. All rights reserved.