public class Command
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
byte[] |
getName() |
static Command |
newInstance(byte[][] objects,
boolean inline) |
void |
recycle() |
void |
toArguments(java.lang.Object[] arguments,
java.lang.Class<?>[] types,
io.netty.channel.ChannelHandlerContext ctx) |
public static Command newInstance(byte[][] objects, boolean inline)
public int getLength()
public byte[] getName()
public void toArguments(java.lang.Object[] arguments,
java.lang.Class<?>[] types,
io.netty.channel.ChannelHandlerContext ctx)
public void recycle()