public class

PacketSessionStartShell

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.packets.PacketSessionStartShell

Class Overview

PacketSessionStartShell.

Summary

Fields
byte[] payload
public int recipientChannelID
public boolean wantReply
Public Constructors
PacketSessionStartShell(int recipientChannelID, boolean wantReply)
Public Methods
byte[] getPayload()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

byte[] payload

public int recipientChannelID

public boolean wantReply

Public Constructors

public PacketSessionStartShell (int recipientChannelID, boolean wantReply)

Parameters
recipientChannelID
wantReply

Public Methods

public byte[] getPayload ()