| java.lang.Object ch.ethz.ssh2.packets.PacketSessionX11Request
PacketSessionX11Request | public class PacketSessionX11Request (Code) | | PacketSessionX11Request.
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: PacketSessionX11Request.java,v 1.2 2005/12/05 17:13:27 cplattne Exp $ |
Constructor Summary | |
public | PacketSessionX11Request(int recipientChannelID, boolean wantReply, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber) |
recipientChannelID | public int recipientChannelID(Code) | | |
singleConnection | public boolean singleConnection(Code) | | |
wantReply | public boolean wantReply(Code) | | |
x11AuthenticationCookie | String x11AuthenticationCookie(Code) | | |
x11AuthenticationProtocol | String x11AuthenticationProtocol(Code) | | |
x11ScreenNumber | int x11ScreenNumber(Code) | | |
PacketSessionX11Request | public PacketSessionX11Request(int recipientChannelID, boolean wantReply, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber)(Code) | | |
getPayload | public byte[] getPayload()(Code) | | |
|
|