public class

PacketSessionX11Request

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.packets.PacketSessionX11Request

Class Overview

PacketSessionX11Request.

Summary

Fields
byte[] payload
public int recipientChannelID
public boolean singleConnection
public boolean wantReply
String x11AuthenticationCookie
String x11AuthenticationProtocol
int x11ScreenNumber
Public Constructors
PacketSessionX11Request(int recipientChannelID, boolean wantReply, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber)
Public Methods
byte[] getPayload()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

byte[] payload

public int recipientChannelID

public boolean singleConnection

public boolean wantReply

String x11AuthenticationCookie

String x11AuthenticationProtocol

int x11ScreenNumber

Public Constructors

public PacketSessionX11Request (int recipientChannelID, boolean wantReply, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber)

Parameters
recipientChannelID
wantReply
singleConnection
x11AuthenticationProtocol
x11AuthenticationCookie
x11ScreenNumber

Public Methods

public byte[] getPayload ()