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
 
Fields inherited from interface org.apache.sshd.common.FactoryManager
DEFAULT_NIO_WORKERS, MAX_PACKET_SIZE, NIO_WORKERS, WINDOW_SIZE
 
Method Summary
 ServerKeyVerifier getServerKeyVerifier()
          Retrieve the server key verifier to be used to check the key when connecting to an ssh server.
 
Methods inherited from interface org.apache.sshd.common.FactoryManager
getChannelFactories, getCipherFactories, getCompressionFactories, getKeyExchangeFactories, getKeyPairProvider, getMacFactories, getProperties, getRandomFactory, getSignatureFactories, getVersion
 

Method Detail

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 Apache Software Foundation. All Rights Reserved.