public interface SshAgentServer extends Channel
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNEL_OPEN_TIMEOUT_PROP
Value that can be set on the
FactoryManager
or the session to configure the channel open timeout value (millis). |
static long |
DEFAULT_CHANNEL_OPEN_TIMEOUT |
static String |
DEFAULT_PROXY_CHANNEL_TYPE |
static String |
PROXY_CHANNEL_TYPE
Value used to configure the type of proxy forwarding channel to be
used.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static final String CHANNEL_OPEN_TIMEOUT_PROP
FactoryManager
or the session to configure the channel open timeout value (millis). If not specified
then DEFAULT_CHANNEL_OPEN_TIMEOUT value is usedstatic final long DEFAULT_CHANNEL_OPEN_TIMEOUT
static final String PROXY_CHANNEL_TYPE
DEFAULT_PROXY_CHANNEL_TYPE
is usedstatic final String DEFAULT_PROXY_CHANNEL_TYPE
String getId()
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.