ch.ethz.ssh2.packets
Class PacketChannelOpenConfirmation
java.lang.Object
ch.ethz.ssh2.packets.PacketChannelOpenConfirmation
public class PacketChannelOpenConfirmation
extends java.lang.Object
PacketChannelOpenConfirmation.
initialWindowSize
public int initialWindowSize
maxPacketSize
public int maxPacketSize
recipientChannelID
public int recipientChannelID
senderChannelID
public int senderChannelID
PacketChannelOpenConfirmation
public PacketChannelOpenConfirmation(int recipientChannelID,
int senderChannelID,
int initialWindowSize,
int maxPacketSize)
PacketChannelOpenConfirmation
public PacketChannelOpenConfirmation(payload[] ,
int off,
int len)
throws IOException
getPayload
public byte[] getPayload()