ch.ethz.ssh2.packets

Class PacketSessionX11Request


public class PacketSessionX11Request
extends java.lang.Object

PacketSessionX11Request.

Field Summary

int
recipientChannelID
boolean
singleConnection
boolean
wantReply

Constructor Summary

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

Method Summary

byte[]
getPayload()

Field Details

recipientChannelID

public int recipientChannelID

singleConnection

public boolean singleConnection

wantReply

public boolean wantReply

Constructor Details

PacketSessionX11Request

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

Method Details

getPayload

public byte[] getPayload()