Class PacketSessionX11Request


  • public class PacketSessionX11Request
    extends java.lang.Object
    PacketSessionX11Request.
    • Constructor Summary

      Constructors 
      Constructor Description
      PacketSessionX11Request​(int recipientChannelID, boolean wantReply, boolean singleConnection, java.lang.String x11AuthenticationProtocol, java.lang.String x11AuthenticationCookie, int x11ScreenNumber)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPayload()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • recipientChannelID

        public int recipientChannelID
      • wantReply

        public boolean wantReply
      • singleConnection

        public boolean singleConnection
    • 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()