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).
|
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.
|
getAgentFactory, getChannelFactories, getCipherFactories, getCompressionFactories, getKeyExchangeFactories, getKeyPairProvider, getMacFactories, getProperties, getRandomFactory, getScheduledExecutorService, getSignatureFactories, getTcpipForwardingAcceptorFactory, getVersion
static final String HEARTBEAT_INTERVAL
static final String HEARTBEAT_REQUEST
ServerKeyVerifier getServerKeyVerifier()
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.