public class

PacketOpenSessionChannel

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

Class Overview

PacketOpenSessionChannel.

Summary

Fields
int channelID
int initialWindowSize
int maxPacketSize
byte[] payload
Public Constructors
PacketOpenSessionChannel(int channelID, int initialWindowSize, int maxPacketSize)
PacketOpenSessionChannel(byte[] payload, int off, int len)
Public Methods
byte[] getPayload()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

int channelID

int initialWindowSize

int maxPacketSize

byte[] payload

Public Constructors

public PacketOpenSessionChannel (int channelID, int initialWindowSize, int maxPacketSize)

Parameters
channelID
initialWindowSize
maxPacketSize

public PacketOpenSessionChannel (byte[] payload, int off, int len)

Parameters
payload
off
len
Throws
IOException

Public Methods

public byte[] getPayload ()