Uses of Interface
org.apache.sshd.server.ServerFactoryManager

Packages that use ServerFactoryManager
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.server.session   
 

Uses of ServerFactoryManager in org.apache.sshd
 

Classes in org.apache.sshd that implement ServerFactoryManager
 class SshServer
          The SshServer class is the main entry point for the server side of the SSH protocol.
 

Uses of ServerFactoryManager in org.apache.sshd.server.session
 

Methods in org.apache.sshd.server.session that return ServerFactoryManager
 ServerFactoryManager ServerSession.getServerFactoryManager()
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.