public class PacketSessionPtyResize
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
height |
int |
pixelHeight |
int |
pixelWidth |
int |
recipientChannelID |
int |
width |
| Constructor and Description |
|---|
PacketSessionPtyResize(int recipientChannelID,
int width,
int height,
int pixelWidth,
int pixelHeight) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPayload() |
public int recipientChannelID
public int width
public int height
public int pixelWidth
public int pixelHeight