com.trilead.ssh2.packets
Class PacketSessionExecCommand
java.lang.Object
com.trilead.ssh2.packets.PacketSessionExecCommand
public class PacketSessionExecCommand
- extends java.lang.Object
PacketSessionExecCommand.
- Version:
- $Id: PacketSessionExecCommand.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recipientChannelID
public int recipientChannelID
wantReply
public boolean wantReply
command
public java.lang.String command
PacketSessionExecCommand
public PacketSessionExecCommand(int recipientChannelID,
boolean wantReply,
java.lang.String command)
getPayload
public byte[] getPayload()
1232432