Uses of Class
org.eclipse.jgit.transport.SshSessionFactory
-
Packages that use SshSessionFactory Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of SshSessionFactory in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return SshSessionFactory Modifier and Type Method Description static SshSessionFactorySshSessionFactory. getInstance()Gets the currently configured JVM-wide factory.SshSessionFactorySshTransport. getSshSessionFactory()Get the SSH session factoryMethods in org.eclipse.jgit.transport with parameters of type SshSessionFactory Modifier and Type Method Description static 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.
-