Package com.trilead.ssh2.packets
Class PacketSessionX11Request
java.lang.Object
com.trilead.ssh2.packets.PacketSessionX11Request
PacketSessionX11Request.
- Version:
- $Id: PacketSessionX11Request.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPacketSessionX11Request
(int recipientChannelID, boolean wantReply, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber) -
Method Summary
-
Field Details
-
payload
byte[] payload -
recipientChannelID
public int recipientChannelID -
wantReply
public boolean wantReply -
singleConnection
public boolean singleConnection -
x11AuthenticationProtocol
String x11AuthenticationProtocol -
x11AuthenticationCookie
String x11AuthenticationCookie -
x11ScreenNumber
int x11ScreenNumber
-
-
Constructor Details
-
PacketSessionX11Request
-
-
Method Details
-
getPayload
public byte[] getPayload()
-