Uses of Class
org.eclipse.jgit.transport.SshSessionFactory

Packages that use SshSessionFactory
org.eclipse.jgit.transport   
 

Uses of SshSessionFactory in org.eclipse.jgit.transport
 

Subclasses of SshSessionFactory in org.eclipse.jgit.transport
 class JschConfigSessionFactory
          The base session factory that loads known hosts and private keys from $HOME/.ssh.
 

Methods in org.eclipse.jgit.transport that return SshSessionFactory
static SshSessionFactory SshSessionFactory.getInstance()
          Get the currently configured JVM-wide factory.
 SshSessionFactory SshTransport.getSshSessionFactory()
           
 

Methods in org.eclipse.jgit.transport with parameters of type SshSessionFactory
static void SshSessionFactory.setInstance(SshSessionFactory newFactory)
          Change 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.
 



Copyright © 2012. All Rights Reserved.