abcdef

com.trilead.ssh2.packets
Class PacketSessionStartShell

java.lang.Object
  extended by com.trilead.ssh2.packets.PacketSessionStartShell

public class PacketSessionStartShell
extends java.lang.Object

PacketSessionStartShell.

Version:
$Id: PacketSessionStartShell.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
Author:
Christian Plattner, plattner@trilead.com

Field Summary
 int recipientChannelID
           
 boolean wantReply
           
 
Constructor Summary
PacketSessionStartShell(int recipientChannelID, boolean wantReply)
           
 
Method Summary
 byte[] getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recipientChannelID

public int recipientChannelID

wantReply

public boolean wantReply
Constructor Detail

PacketSessionStartShell

public PacketSessionStartShell(int recipientChannelID,
                               boolean wantReply)
Method Detail

getPayload

public byte[] getPayload()

abcdef

1232432