Interface X11ForwardSupport

All Superinterfaces:
AutoCloseable, Channel, Closeable, org.apache.sshd.common.Closeable, org.apache.sshd.common.io.IoHandler
All Known Implementing Classes:
DefaultX11ForwardSupport

public interface X11ForwardSupport extends org.apache.sshd.common.Closeable, org.apache.sshd.common.io.IoHandler
Author:
Apache MINA SSHD Project
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Key for the user DISPLAY variable
    static final String
    "xauth" command name
  • Method Summary

    Modifier and Type
    Method
    Description
    createDisplay(boolean singleConnection, String authenticationProtocol, String authenticationCookie, int screen)
     

    Methods inherited from interface org.apache.sshd.common.Closeable

    addCloseFutureListener, close, close, isClosed, isClosing, isOpen, removeCloseFutureListener

    Methods inherited from interface org.apache.sshd.common.io.IoHandler

    exceptionCaught, messageReceived, sessionClosed, sessionCreated
  • Field Details

    • ENV_DISPLAY

      static final String ENV_DISPLAY
      Key for the user DISPLAY variable
      See Also:
    • XAUTH_COMMAND

      static final String XAUTH_COMMAND
      "xauth" command name
  • Method Details