public class PacketChannelOpenConfirmation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
initialWindowSize |
int |
maxPacketSize |
int |
recipientChannelID |
int |
senderChannelID |
| Constructor and Description |
|---|
PacketChannelOpenConfirmation(byte[] payload,
int off,
int len) |
PacketChannelOpenConfirmation(int recipientChannelID,
int senderChannelID,
int initialWindowSize,
int maxPacketSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPayload() |
public int recipientChannelID
public int senderChannelID
public int initialWindowSize
public int maxPacketSize
public PacketChannelOpenConfirmation(int recipientChannelID,
int senderChannelID,
int initialWindowSize,
int maxPacketSize)
public PacketChannelOpenConfirmation(byte[] payload,
int off,
int len)
throws java.io.IOException
java.io.IOException