@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.public final int bulkStringLength()
bulkStringLength for this content.public boolean isNull()
null.null.Copyright © 2008–2025 The Netty Project. All rights reserved.