ch.ethz.ssh2.packets
Class PacketChannelWindowAdjust
java.lang.Object
ch.ethz.ssh2.packets.PacketChannelWindowAdjust
public class PacketChannelWindowAdjust
extends java.lang.Object
PacketChannelWindowAdjust.
recipientChannelID
public int recipientChannelID
windowChange
public int windowChange
PacketChannelWindowAdjust
public PacketChannelWindowAdjust(int recipientChannelID,
int windowChange)
PacketChannelWindowAdjust
public PacketChannelWindowAdjust(payload[] ,
int off,
int len)
throws IOException
getPayload
public byte[] getPayload()