ch.ethz.ssh2.packets
Class PacketChannelWindowAdjust

java.lang.Object
  extended bych.ethz.ssh2.packets.PacketChannelWindowAdjust

public class PacketChannelWindowAdjust
extends java.lang.Object

PacketChannelWindowAdjust.

Version:
$Id: PacketChannelWindowAdjust.java,v 1.2 2005/08/24 17:54:09 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

Field Summary
(package private)  byte[] payload
           
 int recipientChannelID
           
 int windowChange
           
 
Constructor Summary
PacketChannelWindowAdjust(byte[] payload, int off, int len)
           
PacketChannelWindowAdjust(int recipientChannelID, int windowChange)
           
 
Method Summary
 byte[] getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

payload

byte[] payload

recipientChannelID

public int recipientChannelID

windowChange

public int windowChange
Constructor Detail

PacketChannelWindowAdjust

public PacketChannelWindowAdjust(int recipientChannelID,
                                 int windowChange)

PacketChannelWindowAdjust

public PacketChannelWindowAdjust(byte[] payload,
                                 int off,
                                 int len)
                          throws java.io.IOException
Method Detail

getPayload

public byte[] getPayload()