@UnstableApi public class ArrayHeaderRedisMessage extends java.lang.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.
|
java.lang.String |
toString() |
public ArrayHeaderRedisMessage(long length)
ArrayHeaderRedisMessage
for the given length
.public final long length()
public boolean isNull()
null
.null
.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2008–2019 The Netty Project. All rights reserved.