Package com.trilead.ssh2.packets
Class PacketChannelWindowAdjust
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketChannelWindowAdjust
-
public class PacketChannelWindowAdjust extends java.lang.ObjectPacketChannelWindowAdjust.
-
-
Field Summary
Fields Modifier and Type Field Description intrecipientChannelIDintwindowChange
-
Constructor Summary
Constructors Constructor Description PacketChannelWindowAdjust(byte[] payload, int off, int len)PacketChannelWindowAdjust(int recipientChannelID, int windowChange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPayload()
-