public class

PacketChannelOpenConfirmation

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

Class Overview

PacketChannelOpenConfirmation.

Summary

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

Fields

public int initialWindowSize

public int maxPacketSize

byte[] payload

public int recipientChannelID

public int senderChannelID

Public Constructors

public PacketChannelOpenConfirmation (int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize)

Parameters
recipientChannelID
senderChannelID
initialWindowSize
maxPacketSize

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

Parameters
payload
off
len
Throws
IOException

Public Methods

public byte[] getPayload ()