Uses of Class
org.eclipse.jgit.transport.SshSessionFactory
Packages that use SshSessionFactory
Package
Description
Transport (fetch/push) for different protocols.
Provides a JGit
SshSessionFactory
implemented via JSch.Provides a JGit
SshSessionFactory
implemented via Apache MINA
sshd.-
Uses of SshSessionFactory in org.eclipse.jgit.transport
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.ssh.jsch
Subclasses of SshSessionFactory in org.eclipse.jgit.transport.ssh.jschModifier and TypeClassDescriptionclass
The base session factory that loads known hosts and private keys from$HOME/.ssh
. -
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