public class PacketOpenSessionChannel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
channelID |
(package private) int |
initialWindowSize |
(package private) int |
maxPacketSize |
(package private) byte[] |
payload |
Constructor and Description |
---|
PacketOpenSessionChannel(byte[] payload,
int off,
int len) |
PacketOpenSessionChannel(int channelID,
int initialWindowSize,
int maxPacketSize) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getPayload() |
byte[] payload
int channelID
int initialWindowSize
int maxPacketSize