Package com.trilead.ssh2.packets
Class PacketWindowChange
java.lang.Object
com.trilead.ssh2.packets.PacketWindowChange
Indicates that that size of the terminal (window) size has changed on the client side.
See section 6.7 of RFC 4254.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
(package private) byte[]
int
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionPacketWindowChange
(int recipientChannelID, int character_width, int character_height, int pixel_width, int pixel_height) -
Method Summary
-
Field Details
-
payload
byte[] payload -
recipientChannelID
public int recipientChannelID -
character_width
public int character_width -
character_height
public int character_height -
pixel_width
public int pixel_width -
pixel_height
public int pixel_height
-
-
Constructor Details
-
PacketWindowChange
public PacketWindowChange(int recipientChannelID, int character_width, int character_height, int pixel_width, int pixel_height)
-
-
Method Details
-
getPayload
public byte[] getPayload()
-