Class ChannelX11

java.lang.Object
com.jcraft.jsch.Channel
com.jcraft.jsch.ChannelX11
All Implemented Interfaces:
Runnable

class ChannelX11 extends Channel
  • Field Details

    • LOCAL_WINDOW_SIZE_MAX

      private static final int LOCAL_WINDOW_SIZE_MAX
      See Also:
    • LOCAL_MAXIMUM_PACKET_SIZE

      private static final int LOCAL_MAXIMUM_PACKET_SIZE
      See Also:
    • TIMEOUT

      private static final int TIMEOUT
      See Also:
    • host

      private static String host
    • port

      private static int port
    • init

      private boolean init
    • table

      private static byte[] table
    • socket

      private Socket socket
    • cache

      private byte[] cache
  • Constructor Details

    • ChannelX11

      ChannelX11()
  • Method Details

    • revtable

      static int revtable(byte foo)
    • setCookie

      static void setCookie(String foo)
    • setHost

      static void setHost(String foo)
    • setPort

      static void setPort(int foo)
    • getFakedCookie

      static byte[] getFakedCookie(Session session)
    • removeFakedCookie

      static void removeFakedCookie(Session session)
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Channel
    • addCache

      private byte[] addCache(byte[] foo, int s, int l)
    • write

      void write(byte[] foo, int s, int l) throws IOException
      Overrides:
      write in class Channel
      Throws:
      IOException
    • equals

      private static boolean equals(byte[] foo, byte[] bar)