Package com.trilead.ssh2.packets
Class PacketChannelOpenConfirmation
java.lang.Object
com.trilead.ssh2.packets.PacketChannelOpenConfirmation
public class PacketChannelOpenConfirmation extends Object
PacketChannelOpenConfirmation.
- Version:
- $Id: PacketChannelOpenConfirmation.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Field Summary
Fields Modifier and Type Field Description intinitialWindowSizeintmaxPacketSizeintrecipientChannelIDintsenderChannelID -
Constructor Summary
Constructors Constructor Description PacketChannelOpenConfirmation(byte[] payload, int off, int len)PacketChannelOpenConfirmation(int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize) -
Method Summary
Modifier and Type Method Description byte[]getPayload()
-
Field Details
-
recipientChannelID
public int recipientChannelID -
senderChannelID
public int senderChannelID -
initialWindowSize
public int initialWindowSize -
maxPacketSize
public int maxPacketSize
-
-
Constructor Details
-
PacketChannelOpenConfirmation
public PacketChannelOpenConfirmation(int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize) -
PacketChannelOpenConfirmation
- Throws:
IOException
-
-
Method Details
-
getPayload
public byte[] getPayload()
-