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