@UnstableApi public class BulkStringHeaderRedisMessage extends java.lang.Object implements RedisMessage
Modifier and Type | Field and Description |
---|---|
private int |
bulkStringLength |
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.