public class PacketSessionExecCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
command |
int |
recipientChannelID |
boolean |
wantReply |
| Constructor and Description |
|---|
PacketSessionExecCommand(int recipientChannelID,
boolean wantReply,
String command) |
public int recipientChannelID
public boolean wantReply
public String command
public PacketSessionExecCommand(int recipientChannelID,
boolean wantReply,
String command)
public byte[] getPayload()
throws IOException
IOExceptionpublic byte[] getPayload(String charsetName) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2014. All Rights Reserved.