@UnstableApi public class BulkStringHeaderRedisMessage extends Object implements RedisMessage
Constructor and Description |
---|
BulkStringHeaderRedisMessage(int bulkStringLength)
Creates a
BulkStringHeaderRedisMessage . |
Modifier and Type | Method and Description |
---|---|
int |
bulkStringLength()
Return
bulkStringLength for this content. |
boolean |
isNull()
Returns whether the content of this message is
null . |
public BulkStringHeaderRedisMessage(int bulkStringLength)
BulkStringHeaderRedisMessage
.bulkStringLength
- follow content length.Copyright © 2008–2017 The Netty Project. All rights reserved.