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 Details

    • recipientChannelID

      public int recipientChannelID
    • windowChange

      public int windowChange
  • Constructor Details

    • PacketChannelWindowAdjust

      public PacketChannelWindowAdjust(int recipientChannelID, int windowChange)
    • PacketChannelWindowAdjust

      public PacketChannelWindowAdjust(byte[] payload, int off, int len) throws IOException
      Throws:
      IOException
  • Method Details

    • getPayload

      public byte[] getPayload()