Java org.eclipse.jgit.transport SshSessionFactory fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport SshSessionFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport SshSessionFactory.

The text is from its open source code.

Subclass

org.eclipse.jgit.transport.SshSessionFactory has subclasses.
Click this link to see all its subclasses.

Constructor

Method

SshSessionFactorygetInstance()
Get the currently configured JVM-wide factory.
RemoteSessiongetSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)
Open (or reuse) a session to a host.
voidsetInstance(SshSessionFactory newFactory)
Change the JVM-wide factory to a different implementation.