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