org.apache.sshd.client
Interface ClientFactoryManager
- All Superinterfaces:
- FactoryManager
- All Known Implementing Classes:
- SshClient
public interface ClientFactoryManager
- extends FactoryManager
The ClientFactoryManager enable the retrieval of additional
configuration needed specifically for the client side.
- Author:
- Apache MINA SSHD Project
|
Field Summary |
static java.lang.String |
HEARTBEAT_INTERVAL
Key used to set the heartbeat interval in milliseconds (0 to disable which is the default value) |
static java.lang.String |
HEARTBEAT_REQUEST
Key used to check the hearbeat request that should be sent to the server (default is keepalive@sshd.apache.org). |
| Methods inherited from interface org.apache.sshd.common.FactoryManager |
getAgentFactory, getChannelFactories, getCipherFactories, getCompressionFactories, getKeyExchangeFactories, getKeyPairProvider, getMacFactories, getProperties, getRandomFactory, getScheduledExecutorService, getSignatureFactories, getTcpipForwardingAcceptorFactory, getVersion |
HEARTBEAT_INTERVAL
static final java.lang.String HEARTBEAT_INTERVAL
- Key used to set the heartbeat interval in milliseconds (0 to disable which is the default value)
- See Also:
- Constant Field Values
HEARTBEAT_REQUEST
static final java.lang.String HEARTBEAT_REQUEST
- Key used to check the hearbeat request that should be sent to the server (default is keepalive@sshd.apache.org).
- See Also:
- Constant Field Values
getServerKeyVerifier
ServerKeyVerifier getServerKeyVerifier()
- Retrieve the server key verifier to be used to check the key when connecting
to an ssh server.
- Returns:
- the server key verifier to use
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.