public class Echo extends Command
LENGTH_BYTES| Constructor and Description |
|---|
Echo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData() |
protected void |
packFields() |
void |
setData(java.lang.String data) |
protected void |
unpackFields() |
command, decode, decodeLength, encode, encodeLength, enveloped, fromBytes, getBufferSegmentSize, getCommand, getHeader, getHeaderLength, getLmkId, getTrailer, header, headerLength, isEnveloped, lmkId, pack, packLmkId, peekString, response, setBufferSegmentSize, setCommand, setEnveloped, setHeader, setHeaderLength, setLmkId, setTrailer, trailer, unpackBytes, unpackDelimited, unpackKey, unpackStringpublic java.lang.String getData()
public void setData(java.lang.String data)
protected void packFields()
packFields in class Commandprotected void unpackFields()
unpackFields in class Command