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.sshd -
-
Uses of RemoteSession2 in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport 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.
-