Uses of Class
org.apache.sshd.server.session.SessionFactory

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

Uses of SessionFactory in org.apache.sshd
 

Fields in org.apache.sshd declared as SessionFactory
protected  SessionFactory SshServer.sessionFactory
           
 

Methods in org.apache.sshd that return SessionFactory
protected  SessionFactory SshServer.createSessionFactory()
           
 SessionFactory SshServer.getSessionFactory()
           
 

Methods in org.apache.sshd with parameters of type SessionFactory
 void SshServer.setSessionFactory(SessionFactory sessionFactory)
           
 



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