Package com.trilead.ssh2.packets
Class PacketChannelWindowAdjust
java.lang.Object
com.trilead.ssh2.packets.PacketChannelWindowAdjust
PacketChannelWindowAdjust.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPacketChannelWindowAdjust
(byte[] payload, int off, int len) PacketChannelWindowAdjust
(int recipientChannelID, int windowChange) -
Method Summary
-
Field Details
-
recipientChannelID
public int recipientChannelID -
windowChange
public int windowChange
-
-
Constructor Details
-
PacketChannelWindowAdjust
public PacketChannelWindowAdjust(int recipientChannelID, int windowChange) -
PacketChannelWindowAdjust
- Throws:
IOException
-
-
Method Details
-
getPayload
public byte[] getPayload()
-