Uses of Interface
org.eclipse.jgit.transport.RemoteSession
Packages that use RemoteSession
Package
Description
Transport (fetch/push) for different protocols.
Provides a JGit
SshSessionFactory
implemented via JSch.Provides a JGit
SshSessionFactory
implemented via Apache MINA
sshd.-
Uses of RemoteSession in org.eclipse.jgit.transport
Subinterfaces of RemoteSession in org.eclipse.jgit.transportModifier and TypeInterfaceDescriptioninterface
ARemoteSession
that supports passing environment variables to commands.Classes in org.eclipse.jgit.transport that implement RemoteSessionFields in org.eclipse.jgit.transport declared as RemoteSessionMethods in org.eclipse.jgit.transport that return RemoteSessionModifier and TypeMethodDescriptionabstract RemoteSession
SshSessionFactory.getSession
(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms) Opens (or reuses) a session to a host.protected RemoteSession
SshTransport.getSession()
Get the default SSH sessionMethods in org.eclipse.jgit.transport with parameters of type RemoteSessionModifier and TypeMethodDescriptionvoid
SshSessionFactory.releaseSession
(RemoteSession session) Closes (or recycles) a session to a host. -
Uses of RemoteSession in org.eclipse.jgit.transport.ssh.jsch
Classes in org.eclipse.jgit.transport.ssh.jsch that implement RemoteSessionMethods in org.eclipse.jgit.transport.ssh.jsch that return RemoteSessionModifier and TypeMethodDescriptionJschConfigSessionFactory.getSession
(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms) Opens (or reuses) a session to a host. -
Uses of RemoteSession in org.eclipse.jgit.transport.sshd
Classes in org.eclipse.jgit.transport.sshd that implement RemoteSessionModifier and TypeClassDescriptionclass
An implementation ofRemoteSession
based on Apache MINA sshd.