Uses of Class
org.eclipse.jgit.transport.SshSessionFactory
Packages that use SshSessionFactory
-
Uses of SshSessionFactory in org.eclipse.jgit.transport
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 factoryMethods 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.