Package org.apache.sshd.agent
Interface SshAgentServer
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.Channel
,java.io.Closeable
- All Known Implementing Classes:
AgentServerProxy
public interface SshAgentServer extends java.nio.channels.Channel
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHANNEL_OPEN_TIMEOUT_PROP
Value that can be set on theFactoryManager
or the session to configure the channel open timeout value (millis).static long
DEFAULT_CHANNEL_OPEN_TIMEOUT
static java.lang.String
DEFAULT_PROXY_CHANNEL_TYPE
static java.lang.String
PROXY_CHANNEL_TYPE
Value used to configure the type of proxy forwarding channel to be used.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
-
-
-
Field Detail
-
CHANNEL_OPEN_TIMEOUT_PROP
static final java.lang.String CHANNEL_OPEN_TIMEOUT_PROP
Value that can be set on theFactoryManager
or the session to configure the channel open timeout value (millis). If not specified thenDEFAULT_CHANNEL_OPEN_TIMEOUT
value is used- See Also:
- Constant Field Values
-
DEFAULT_CHANNEL_OPEN_TIMEOUT
static final long DEFAULT_CHANNEL_OPEN_TIMEOUT
-
PROXY_CHANNEL_TYPE
static final java.lang.String PROXY_CHANNEL_TYPE
Value used to configure the type of proxy forwarding channel to be used. If not specified, thenDEFAULT_PROXY_CHANNEL_TYPE
is used- See Also:
- Constant Field Values
-
DEFAULT_PROXY_CHANNEL_TYPE
static final java.lang.String DEFAULT_PROXY_CHANNEL_TYPE
- See Also:
- Constant Field Values
-
-