Package com.trilead.ssh2.packets
Class PacketChannelOpenConfirmation
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketChannelOpenConfirmation
-
public class PacketChannelOpenConfirmation extends java.lang.ObjectPacketChannelOpenConfirmation.- Version:
- $Id: PacketChannelOpenConfirmation.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
-
-
Field Summary
Fields Modifier and Type Field Description intinitialWindowSizeintmaxPacketSize(package private) byte[]payloadintrecipientChannelIDintsenderChannelID
-
Constructor Summary
Constructors Constructor Description PacketChannelOpenConfirmation(byte[] payload, int off, int len)PacketChannelOpenConfirmation(int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPayload()
-
-
-
Constructor Detail
-
PacketChannelOpenConfirmation
public PacketChannelOpenConfirmation(int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize)
-
PacketChannelOpenConfirmation
public PacketChannelOpenConfirmation(byte[] payload, int off, int len) throws java.io.IOException- Throws:
java.io.IOException
-
-