Uses of Class
org.apache.sshd.server.session.SessionFactory
-
Packages that use SessionFactory Package Description org.apache.sshd.server -
-
Uses of SessionFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return SessionFactory Modifier and Type Method Description protected SessionFactory
SshServer. createSessionFactory()
SessionFactory
SshServer. getSessionFactory()
Methods in org.apache.sshd.server with parameters of type SessionFactory Modifier and Type Method Description void
SshServer. setSessionFactory(SessionFactory sessionFactory)
-