Uses of Interface
org.eclipse.jgit.transport.RemoteSession2
-
Packages that use RemoteSession2 Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.ssh.jsch Provides a JGitSshSessionFactory
implemented via JSch.org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactory
implemented via Apache MINA sshd. -
-
Uses of RemoteSession2 in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement RemoteSession2 Modifier and Type Class Description private class
TransportGitSsh.ExtSession
-
Uses of RemoteSession2 in org.eclipse.jgit.transport.ssh.jsch
Classes in org.eclipse.jgit.transport.ssh.jsch that implement RemoteSession2 Modifier and Type Class Description class
JschSession
Run remote commands using Jsch. -
Uses of RemoteSession2 in org.eclipse.jgit.transport.sshd
Classes in org.eclipse.jgit.transport.sshd that implement RemoteSession2 Modifier and Type Class Description class
SshdSession
An implementation ofRemoteSession
based on Apache MINA sshd.
-