| java.lang.Object ch.ethz.ssh2.packets.PacketChannelWindowAdjust
PacketChannelWindowAdjust | public class PacketChannelWindowAdjust (Code) | | PacketChannelWindowAdjust.
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: PacketChannelWindowAdjust.java,v 1.2 2005/08/24 17:54:09 cplattne Exp $ |
recipientChannelID | public int recipientChannelID(Code) | | |
windowChange | public int windowChange(Code) | | |
PacketChannelWindowAdjust | public PacketChannelWindowAdjust(int recipientChannelID, int windowChange)(Code) | | |
PacketChannelWindowAdjust | public PacketChannelWindowAdjust(byte payload, int off, int len) throws IOException(Code) | | |
getPayload | public byte[] getPayload()(Code) | | |
|
|