ch.ethz.ssh2.packets
Class PacketSessionX11Request
java.lang.Object
ch.ethz.ssh2.packets.PacketSessionX11Request
public class PacketSessionX11Request
- extends Object
PacketSessionX11Request.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
|
Constructor Summary |
PacketSessionX11Request(int recipientChannelID,
boolean wantReply,
boolean singleConnection,
String x11AuthenticationProtocol,
String x11AuthenticationCookie,
int x11ScreenNumber)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recipientChannelID
public int recipientChannelID
wantReply
public boolean wantReply
singleConnection
public boolean singleConnection
PacketSessionX11Request
public PacketSessionX11Request(int recipientChannelID,
boolean wantReply,
boolean singleConnection,
String x11AuthenticationProtocol,
String x11AuthenticationCookie,
int x11ScreenNumber)
getPayload
public byte[] getPayload()
Copyright © 2011. All Rights Reserved.