public class PacketChannelOpenConfirmation extends 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) |
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 IOException
IOExceptionCopyright © 2014. All rights reserved.