Package org.apache.sshd.agent
Interface SshAgentServer
-
- All Superinterfaces:
AutoCloseable
,Channel
,Closeable
- All Known Implementing Classes:
AgentServerProxy
public interface SshAgentServer extends Channel
-
-
Field Summary
Fields Modifier and Type Field Description static 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 String
DEFAULT_PROXY_CHANNEL_TYPE
static 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 String
getId()
-
-
-
Field Detail
-
CHANNEL_OPEN_TIMEOUT_PROP
static final 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 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 String DEFAULT_PROXY_CHANNEL_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
String getId()
- Returns:
- Agent server identifier
-
-