@UnstableApi
public interface RedisMessagePool
RedisMessage
s.Modifier and Type | Method and Description |
---|---|
byte[] |
getByteBufOfInteger(long value)
Returns
byte[] for given msg . |
ErrorRedisMessage |
getError(ByteBuf content)
Returns
ErrorRedisMessage for given content . |
ErrorRedisMessage |
getError(String content)
Returns
ErrorRedisMessage for given content . |
IntegerRedisMessage |
getInteger(ByteBuf content)
Returns
IntegerRedisMessage for given content . |
IntegerRedisMessage |
getInteger(long value)
Returns
IntegerRedisMessage for given value . |
SimpleStringRedisMessage |
getSimpleString(ByteBuf content)
Returns
SimpleStringRedisMessage for given content . |
SimpleStringRedisMessage |
getSimpleString(String content)
Returns
SimpleStringRedisMessage for given content . |
SimpleStringRedisMessage getSimpleString(String content)
SimpleStringRedisMessage getSimpleString(ByteBuf content)
ErrorRedisMessage getError(String content)
ErrorRedisMessage getError(ByteBuf content)
IntegerRedisMessage getInteger(long value)
IntegerRedisMessage getInteger(ByteBuf content)
byte[] getByteBufOfInteger(long value)
byte[]
for given msg
. Returns null
it does not exist.Copyright © 2008–2017 The Netty Project. All rights reserved.