|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.ethz.ssh2.packets.PacketSessionExecCommand
PacketSessionExecCommand.
| Field Summary | |
java.lang.String |
command
|
int |
recipientChannelID
|
boolean |
wantReply
|
| Constructor Summary | |
PacketSessionExecCommand(int recipientChannelID,
boolean wantReply,
java.lang.String command)
|
|
| Method Summary | |
byte[] |
getPayload()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int recipientChannelID
public boolean wantReply
public java.lang.String command
| Constructor Detail |
public PacketSessionExecCommand(int recipientChannelID,
boolean wantReply,
java.lang.String command)
| Method Detail |
public byte[] getPayload()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||