Package com.trilead.ssh2.packets
Class PacketSessionExecCommand
java.lang.Object
com.trilead.ssh2.packets.PacketSessionExecCommand
public class PacketSessionExecCommand extends Object
PacketSessionExecCommand.
- Version:
- $Id: PacketSessionExecCommand.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Field Summary
Fields Modifier and Type Field Description StringcommandintrecipientChannelIDbooleanwantReply -
Constructor Summary
Constructors Constructor Description PacketSessionExecCommand(int recipientChannelID, boolean wantReply, String command) -
Method Summary
Modifier and Type Method Description byte[]getPayload()
-
Field Details
-
recipientChannelID
public int recipientChannelID -
wantReply
public boolean wantReply -
command
-
-
Constructor Details
-
Method Details
-
getPayload
public byte[] getPayload()
-