public class PacketSessionX11Request
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
recipientChannelID |
boolean |
singleConnection |
boolean |
wantReply |
| Constructor and Description |
|---|
PacketSessionX11Request(int recipientChannelID,
boolean wantReply,
boolean singleConnection,
java.lang.String x11AuthenticationProtocol,
java.lang.String x11AuthenticationCookie,
int x11ScreenNumber) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPayload() |
public int recipientChannelID
public boolean wantReply
public boolean singleConnection