public interface ClientFactoryManager extends FactoryManager
ClientFactoryManager enable the retrieval of additional
configuration needed specifically for the client side.| Modifier and Type | Field and Description |
|---|---|
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).
|
static java.lang.String |
PASSWORD_PROMPTS
Specifies the number of password prompts before giving up.
|
static java.lang.String |
PREFERRED_AUTHS
Ordered comma separated list of authentications methods.
|
DEFAULT_NIO_WORKERS, MAX_PACKET_SIZE, NIO_WORKERS, WINDOW_SIZE| Modifier and Type | Method and Description |
|---|---|
ServerKeyVerifier |
getServerKeyVerifier()
Retrieve the server key verifier to be used to check the key when connecting
to an ssh server.
|
TcpipForwarderFactory |
getTcpipForwarderFactory()
Retrieve the TcpipForwarder factory to be used to accept incoming connections
and forward data.
|
java.util.List<NamedFactory<UserAuth>> |
getUserAuthFactories()
Retrieve a list of UserAuth factories.
|
UserInteraction |
getUserInteraction()
Retrieve the UserInteraction object to communicate with the user.
|
getAgentFactory, getChannelFactories, getCipherFactories, getCompressionFactories, getFileSystemFactory, getGlobalRequestHandlers, getIoServiceFactory, getKeyExchangeFactories, getKeyPairProvider, getMacFactories, getProperties, getRandomFactory, getScheduledExecutorService, getServiceFactories, getSignatureFactories, getTcpipForwardingFilter, getVersionstatic final java.lang.String HEARTBEAT_INTERVAL
static final java.lang.String HEARTBEAT_REQUEST
static final java.lang.String PREFERRED_AUTHS
static final java.lang.String PASSWORD_PROMPTS
ServerKeyVerifier getServerKeyVerifier()
TcpipForwarderFactory getTcpipForwarderFactory()
getTcpipForwarderFactory in interface FactoryManagerTcpipForwarderFactoryUserInteraction getUserInteraction()
UserInteraction or nulljava.util.List<NamedFactory<UserAuth>> getUserAuthFactories()
UserAuth factories, never nullCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.