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 SshSessionFactorySshSessionFactory.INSTANCEprivate SshSessionFactorySshTransport.schMethods in org.eclipse.jgit.transport that return SshSessionFactoryModifier and TypeMethodDescriptionstatic SshSessionFactorySshSessionFactory.getInstance()Gets the currently configured JVM-wide factory.SshTransport.getSshSessionFactory()Get the SSH session factoryprivate static SshSessionFactorySshSessionFactory.loadSshSessionFactory()Methods in org.eclipse.jgit.transport with parameters of type SshSessionFactoryModifier and TypeMethodDescriptionstatic voidSshSessionFactory.setInstance(SshSessionFactory newFactory) Changes the JVM-wide factory to a different implementation.voidSshTransport.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 TypeClassDescriptionclassThe 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 TypeClassDescriptionclassASshSessionFactorythat uses Apache MINA sshd.private class