Class PacketSessionX11Request

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

public class PacketSessionX11Request extends Object
PacketSessionX11Request.
Version:
$Id: PacketSessionX11Request.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
  • Field Details

    • payload

      byte[] payload
    • recipientChannelID

      public int recipientChannelID
    • wantReply

      public boolean wantReply
    • singleConnection

      public boolean singleConnection
    • x11AuthenticationProtocol

      String x11AuthenticationProtocol
    • x11AuthenticationCookie

      String x11AuthenticationCookie
    • x11ScreenNumber

      int x11ScreenNumber
  • Constructor Details

    • PacketSessionX11Request

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

    • getPayload

      public byte[] getPayload()