com.trilead.ssh2.packets

Class PacketChannelWindowAdjust


public class PacketChannelWindowAdjust
extends java.lang.Object

PacketChannelWindowAdjust.

Field Summary

int
recipientChannelID
int
windowChange

Constructor Summary

PacketChannelWindowAdjust(int recipientChannelID, int windowChange)
PacketChannelWindowAdjust(payload[] , int off, int len)

Method Summary

byte[]
getPayload()

Field Details

recipientChannelID

public int recipientChannelID

windowChange

public int windowChange

Constructor Details

PacketChannelWindowAdjust

public PacketChannelWindowAdjust(int recipientChannelID,
                                 int windowChange)

PacketChannelWindowAdjust

public PacketChannelWindowAdjust(payload[] ,
                                 int off,
                                 int len)
            throws IOException

Method Details

getPayload

public byte[] getPayload()