Package org.apache.sshd.server.x11
Interface X11ForwardSupport
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.Channel
,java.io.Closeable
,Closeable
,IoHandler
- All Known Implementing Classes:
DefaultX11ForwardSupport
public interface X11ForwardSupport extends Closeable, IoHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ENV_DISPLAY
Key for the user DISPLAY variablestatic java.lang.String
XAUTH_COMMAND
"xauth" command name
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
createDisplay(boolean singleConnection, java.lang.String authenticationProtocol, java.lang.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 Detail
-
ENV_DISPLAY
static final java.lang.String ENV_DISPLAY
Key for the user DISPLAY variable- See Also:
- Constant Field Values
-
XAUTH_COMMAND
static final java.lang.String XAUTH_COMMAND
"xauth" command name
-
-