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 SshSessionFactorySshTestHarness.createSessionFactory()protected SshSessionFactorySshTestHarness.getSessionFactory() -
Uses of SshSessionFactory in org.eclipse.jgit.transport
Subclasses of SshSessionFactory in org.eclipse.jgit.transportModifier and TypeClassDescriptionclassThe 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 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.sshd
Subclasses of SshSessionFactory in org.eclipse.jgit.transport.sshdModifier and TypeClassDescriptionclassASshSessionFactorythat uses Apache MINA sshd.private class