Uses of Interface
org.eclipse.jgit.transport.RemoteSession
-
Packages that use RemoteSession Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RemoteSession in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement RemoteSession Modifier and Type Class Description classJschSessionRun remote commands using Jsch.Methods in org.eclipse.jgit.transport that return RemoteSession Modifier and Type Method Description RemoteSessionJschConfigSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)abstract RemoteSessionSshSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)Open (or reuse) a session to a host.protected RemoteSessionSshTransport. getSession()Get the default SSH sessionMethods in org.eclipse.jgit.transport with parameters of type RemoteSession Modifier and Type Method Description voidSshSessionFactory. releaseSession(RemoteSession session)Close (or recycle) a session to a host.
-