public class PacketSessionSubsystemRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
payload |
int |
recipientChannelID |
java.lang.String |
subsystem |
boolean |
wantReply |
Constructor and Description |
---|
PacketSessionSubsystemRequest(int recipientChannelID,
boolean wantReply,
java.lang.String subsystem) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getPayload() |
byte[] payload
public int recipientChannelID
public boolean wantReply
public java.lang.String subsystem