Package com.trilead.ssh2.packets
Class PacketWindowChange
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketWindowChange
-
public class PacketWindowChange extends java.lang.Object
Indicates that that size of the terminal (window) size has changed on the client side. See section 6.7 of RFC 4254.
-
-
Field Summary
Fields Modifier and Type Field Description int
character_height
int
character_width
(package private) byte[]
payload
int
pixel_height
int
pixel_width
int
recipientChannelID
-
Constructor Summary
Constructors Constructor Description PacketWindowChange(int recipientChannelID, int character_width, int character_height, int pixel_width, int pixel_height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPayload()
-