ch.ethz.ssh2.packets
Class PacketChannelWindowAdjust
java.lang.Object
ch.ethz.ssh2.packets.PacketChannelWindowAdjust
public class PacketChannelWindowAdjust
- extends java.lang.Object
PacketChannelWindowAdjust.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
payload
byte[] payload
recipientChannelID
public int recipientChannelID
windowChange
public int windowChange
PacketChannelWindowAdjust
public PacketChannelWindowAdjust(int recipientChannelID,
int windowChange)
PacketChannelWindowAdjust
public PacketChannelWindowAdjust(byte[] payload,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
getPayload
public byte[] getPayload()