Class JGitTransportConfigCallback.SimpleSessionFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure​(org.eclipse.jgit.transport.OpenSshConfig.Host host, com.jcraft.jsch.Session session)  
      • Methods inherited from class org.eclipse.jgit.transport.JschConfigSessionFactory

        configureJSch, createDefaultJSch, createSession, getJSch, getSession, getType
      • Methods inherited from class org.eclipse.jgit.transport.SshSessionFactory

        getInstance, getLocalUserName, releaseSession, setInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleSessionFactory

        private SimpleSessionFactory()
    • Method Detail

      • configure

        protected void configure​(org.eclipse.jgit.transport.OpenSshConfig.Host host,
                                 com.jcraft.jsch.Session session)
        Overrides:
        configure in class org.eclipse.jgit.transport.JschConfigSessionFactory