public class

PacketChannelWindowAdjust

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

Class Overview

PacketChannelWindowAdjust.

Summary

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

Fields

byte[] payload

public int recipientChannelID

public int windowChange

Public Constructors

public PacketChannelWindowAdjust (int recipientChannelID, int windowChange)

Parameters
recipientChannelID
windowChange

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

Parameters
payload
off
len
Throws
IOException

Public Methods

public byte[] getPayload ()