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 Details

    • recipientChannelID

      public int recipientChannelID
    • wantReply

      public boolean wantReply
    • command

      public String command
  • Constructor Details

    • PacketSessionExecCommand

      public PacketSessionExecCommand(int recipientChannelID, boolean wantReply, String command)
  • Method Details

    • getPayload

      public byte[] getPayload()