@UnstableApi public class ArrayHeaderRedisMessage extends Object implements RedisMessage
| Constructor and Description |
|---|
ArrayHeaderRedisMessage(long length)
Creates a
ArrayHeaderRedisMessage for the given length. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNull()
Returns whether the content of this message is
null. |
long |
length()
Get length of this array object.
|
String |
toString() |
public ArrayHeaderRedisMessage(long length)
ArrayHeaderRedisMessage for the given length.Copyright © 2008–2017 The Netty Project. All rights reserved.