Package com.trilead.ssh2.packets
Class PacketChannelWindowAdjust
java.lang.Object
com.trilead.ssh2.packets.PacketChannelWindowAdjust
public class PacketChannelWindowAdjust extends Object
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 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
Modifier and Type Method Description byte[]getPayload()
-
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()
-