Package com.trilead.ssh2.packets
Class PacketChannelWindowAdjust
java.lang.Object
com.trilead.ssh2.packets.PacketChannelWindowAdjust
PacketChannelWindowAdjust.
- Version:
- $Id: PacketChannelWindowAdjust.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
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()
-