ch.ethz.ssh2.packets
Class PacketSessionExecCommand

java.lang.Object
  extended bych.ethz.ssh2.packets.PacketSessionExecCommand

public class PacketSessionExecCommand
extends java.lang.Object

PacketSessionExecCommand.

Version:
$Id: PacketSessionExecCommand.java,v 1.2 2005/08/24 17:54:09 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

Field Summary
 java.lang.String command
           
(package private)  byte[] payload
           
 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

payload

byte[] payload

recipientChannelID

public int recipientChannelID

wantReply

public boolean wantReply

command

public java.lang.String command
Constructor Detail

PacketSessionExecCommand

public PacketSessionExecCommand(int recipientChannelID,
                                boolean wantReply,
                                java.lang.String command)
Method Detail

getPayload

public byte[] getPayload()