Package com.trilead.ssh2.packets
Class PacketSessionX11Request
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketSessionX11Request
-
public class PacketSessionX11Request extends java.lang.Object
PacketSessionX11Request.- Version:
- $Id: PacketSessionX11Request.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
-
Field Summary
Fields Modifier and Type Field Description int
recipientChannelID
boolean
singleConnection
boolean
wantReply
-
Constructor Summary
Constructors Constructor Description PacketSessionX11Request(int recipientChannelID, boolean wantReply, boolean singleConnection, java.lang.String x11AuthenticationProtocol, java.lang.String x11AuthenticationCookie, int x11ScreenNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPayload()
-