Package com.trilead.ssh2.packets
Class PacketChannelOpenConfirmation
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketChannelOpenConfirmation
-
public class PacketChannelOpenConfirmation extends java.lang.ObjectPacketChannelOpenConfirmation.
-
-
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
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
-
-