Package com.trilead.ssh2.packets
Class PacketChannelOpenConfirmation
java.lang.Object
com.trilead.ssh2.packets.PacketChannelOpenConfirmation
PacketChannelOpenConfirmation.
- Version:
- $Id: PacketChannelOpenConfirmation.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
(package private) byte[]
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionPacketChannelOpenConfirmation
(byte[] payload, int off, int len) PacketChannelOpenConfirmation
(int recipientChannelID, int senderChannelID, int initialWindowSize, int maxPacketSize) -
Method Summary
-
Field Details
-
payload
byte[] payload -
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()
-