public interface X11ForwardSupport extends Closeable, IoHandler
Modifier and Type | Field and Description |
---|---|
static String |
CHANNEL_OPEN_TIMEOUT_PROP
Configuration value on the
FactoryManager to control the
channel open timeout. |
static long |
DEFAULT_CHANNEL_OPEN_TIMEOUT |
static int |
DEFAULT_X11_BASE_PORT |
static String |
DEFAULT_X11_BIND_HOST |
static int |
DEFAULT_X11_DISPLAY_OFFSET |
static int |
DEFAULT_X11_MAX_DISPLAYS |
static String |
ENV_DISPLAY
Key for the user DISPLAY variable
|
static String |
X11_BASE_PORT
Configuration value to control the base port number for the X11 display
number socket binding.
|
static String |
X11_BIND_HOST
Configuration value to control the host used to bind to for the X11 display
when looking for a free port.
|
static String |
X11_DISPLAY_OFFSET
Configuration value to control from which X11 display number to start
looking for a free value.
|
static String |
X11_MAX_DISPLAYS
Configuration value to control up to which (but not including) X11 display number
to look or a free value.
|
static String |
XAUTH_COMMAND
"xauth" command name
|
CLOSE_WAIT_TIMEOUT, DEFAULT_CLOSE_WAIT_TIMEOUT
Modifier and Type | Method and Description |
---|---|
String |
createDisplay(boolean singleConnection,
String authenticationProtocol,
String authenticationCookie,
int screen) |
addCloseFutureListener, close, close, close, getMaxCloseWaitTime, isClosed, isClosing, isOpen, removeCloseFutureListener
exceptionCaught, messageReceived, sessionClosed, sessionCreated
static final String CHANNEL_OPEN_TIMEOUT_PROP
FactoryManager
to control the
channel open timeout. If not specified then
value is usedstatic final long DEFAULT_CHANNEL_OPEN_TIMEOUT
static final String X11_DISPLAY_OFFSET
static final int DEFAULT_X11_DISPLAY_OFFSET
static final String X11_MAX_DISPLAYS
static final int DEFAULT_X11_MAX_DISPLAYS
static final String X11_BASE_PORT
static final int DEFAULT_X11_BASE_PORT
static final String X11_BIND_HOST
static final String DEFAULT_X11_BIND_HOST
static final String ENV_DISPLAY
static final String XAUTH_COMMAND
String createDisplay(boolean singleConnection, String authenticationProtocol, String authenticationCookie, int screen) throws IOException
IOException
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.