| Constructor and Description |
|---|
RequestImpl(Command cmd) |
| Modifier and Type | Method and Description |
|---|---|
Request |
arg(Buffer arg)
Adds a String key argument
|
Request |
arg(byte[] arg)
Adds a byte array
|
Request |
arg(long arg)
Adds a long encoded to string
|
Command |
command()
Get the Command that is to be used by this request.
|
Request |
nullArg()
Adds a NULL encoded string
|
String |
toString() |
public RequestImpl(Command cmd)
public Command command()
Requestpublic Request arg(long arg)
Requestpublic Request nullArg()
Requestpublic Request arg(Buffer arg)
RequestCopyright © 2020. All rights reserved.