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 SshSessionFactorySshSessionFactory.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 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.