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.
|
TcpipForwarderFactory |
getTcpipForwarderFactory()
Retrieve the TcpipForwarder factory to be used to accept incoming connections
and forward data.
|
UserInteraction |
getUserInteraction()
Retrieve the UserInteraction object to communicate with the user.
|
getAgentFactory, getChannelFactories, getCipherFactories, getCompressionFactories, getFileSystemFactory, getIoServiceFactory, getKeyExchangeFactories, getKeyPairProvider, getMacFactories, getProperties, getRandomFactory, getScheduledExecutorService, getSignatureFactories, getTcpipForwardingFilter, getVersionstatic final String HEARTBEAT_INTERVAL
static final String HEARTBEAT_REQUEST
ServerKeyVerifier getServerKeyVerifier()
TcpipForwarderFactory getTcpipForwarderFactory()
getTcpipForwarderFactory in interface FactoryManagerTcpipForwarderFactoryUserInteraction getUserInteraction()
UserInteraction or nullCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.