Uses of Class
org.eclipse.jgit.transport.SshSessionFactory
Packages that use SshSessionFactory
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of SshSessionFactory in org.eclipse.jgit.junit.ssh
Fields in org.eclipse.jgit.junit.ssh declared as SshSessionFactoryMethods in org.eclipse.jgit.junit.ssh that return SshSessionFactoryModifier and TypeMethodDescriptionprotected abstract SshSessionFactory
SshTestHarness.createSessionFactory()
protected SshSessionFactory
SshTestHarness.getSessionFactory()
-
Uses of SshSessionFactory in org.eclipse.jgit.transport
Subclasses of SshSessionFactory in org.eclipse.jgit.transportModifier and TypeClassDescriptionclass
The base session factory that loads known hosts and private keys from$HOME/.ssh
.Fields in org.eclipse.jgit.transport declared as SshSessionFactoryModifier and TypeFieldDescriptionprivate static SshSessionFactory
SshSessionFactory.INSTANCE
private SshSessionFactory
SshTransport.sch
Methods in org.eclipse.jgit.transport that return SshSessionFactoryModifier and TypeMethodDescriptionstatic SshSessionFactory
SshSessionFactory.getInstance()
Gets the currently configured JVM-wide factory.SshTransport.getSshSessionFactory()
Get the SSH session factoryprivate static SshSessionFactory
SshSessionFactory.loadSshSessionFactory()
Methods in org.eclipse.jgit.transport with parameters of type SshSessionFactoryModifier and TypeMethodDescriptionstatic void
SshSessionFactory.setInstance
(SshSessionFactory newFactory) Changes the JVM-wide factory to a different implementation.void
SshTransport.setSshSessionFactory
(SshSessionFactory factory) Set SSH session factory instead of the default one for this instance of the transport. -
Uses of SshSessionFactory in org.eclipse.jgit.transport.sshd
Subclasses of SshSessionFactory in org.eclipse.jgit.transport.sshdModifier and TypeClassDescriptionclass
ASshSessionFactory
that uses Apache MINA sshd.private class