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 String |
HEARTBEAT_INTERVAL
Key used to set the heartbeat interval in milliseconds (0 to disable which is the default value)
|
static String |
HEARTBEAT_REQUEST
Key used to check the hearbeat request that should be sent to the server (default is keepalive@sshd.apache.org).
|
static String |
PASSWORD_PROMPTS
Specifies the number of password prompts before giving up.
|
static 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.
|
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, getVersion
static final String HEARTBEAT_INTERVAL
static final String HEARTBEAT_REQUEST
static final String PREFERRED_AUTHS
static final String PASSWORD_PROMPTS
ServerKeyVerifier getServerKeyVerifier()
TcpipForwarderFactory getTcpipForwarderFactory()
getTcpipForwarderFactory
in interface FactoryManager
TcpipForwarderFactory
UserInteraction getUserInteraction()
UserInteraction
or null
List<NamedFactory<UserAuth>> getUserAuthFactories()
UserAuth
factories, never null
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.