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 -
Method Summary
Modifier and TypeMethodDescriptioncreateDisplay(boolean singleConnection, String authenticationProtocol, String authenticationCookie, int screen) Methods inherited from interface org.apache.sshd.common.Closeable
addCloseFutureListener, close, close, isClosed, isClosing, isOpen, removeCloseFutureListenerMethods inherited from interface org.apache.sshd.common.io.IoHandler
exceptionCaught, messageReceived, sessionClosed, sessionCreated
-
Field Details
-
ENV_DISPLAY
-
XAUTH_COMMAND
"xauth" command name
-
-
Method Details
-
createDisplay
String createDisplay(boolean singleConnection, String authenticationProtocol, String authenticationCookie, int screen) throws IOException - Throws:
IOException
-