Uses of Class
org.eclipse.jgit.transport.sshd.SshdSessionFactory
-
Packages that use SshdSessionFactory Package Description org.eclipse.jgit.transport.sshd -
-
Uses of SshdSessionFactory in org.eclipse.jgit.transport.sshd
Subclasses of SshdSessionFactory in org.eclipse.jgit.transport.sshd Modifier and Type Class Description private class
SshdSessionFactoryBuilder.State.SessionFactory
Methods in org.eclipse.jgit.transport.sshd that return SshdSessionFactory Modifier and Type Method Description SshdSessionFactory
SshdSessionFactoryBuilder. build(KeyCache cache)
Builds aSshdSessionFactory
as configured, using the givenKeyCache
for caching keys.(package private) SshdSessionFactory
SshdSessionFactoryBuilder.State. build(KeyCache cache)
-