ch.ethz.ssh2.packets
Class PacketSessionX11Request

java.lang.Object
  extended bych.ethz.ssh2.packets.PacketSessionX11Request

public class PacketSessionX11Request
extends java.lang.Object

PacketSessionX11Request.

Version:
$Id: PacketSessionX11Request.java,v 1.2 2005/12/05 17:13:27 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

Field Summary
(package private)  byte[] payload
           
 int recipientChannelID
           
 boolean singleConnection
           
 boolean wantReply
           
(package private)  java.lang.String x11AuthenticationCookie
           
(package private)  java.lang.String x11AuthenticationProtocol
           
(package private)  int x11ScreenNumber
           
 
Constructor Summary
PacketSessionX11Request(int recipientChannelID, boolean wantReply, boolean singleConnection, java.lang.String x11AuthenticationProtocol, java.lang.String x11AuthenticationCookie, int x11ScreenNumber)
           
 
Method Summary
 byte[] getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

payload

byte[] payload

recipientChannelID

public int recipientChannelID

wantReply

public boolean wantReply

singleConnection

public boolean singleConnection

x11AuthenticationProtocol

java.lang.String x11AuthenticationProtocol

x11AuthenticationCookie

java.lang.String x11AuthenticationCookie

x11ScreenNumber

int x11ScreenNumber
Constructor Detail

PacketSessionX11Request

public PacketSessionX11Request(int recipientChannelID,
                               boolean wantReply,
                               boolean singleConnection,
                               java.lang.String x11AuthenticationProtocol,
                               java.lang.String x11AuthenticationCookie,
                               int x11ScreenNumber)
Method Detail

getPayload

public byte[] getPayload()