Uses of Interface
org.eclipse.jgit.transport.RemoteSession
-
Packages that use RemoteSession Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.sshd -
-
Uses of RemoteSession in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement RemoteSession Modifier and Type Class Description class
JschSession
Run remote commands using Jsch.Methods in org.eclipse.jgit.transport that return RemoteSession Modifier and Type Method Description RemoteSession
JschConfigSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)
Open (or reuse) a session to a host.abstract RemoteSession
SshSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)
Open (or reuse) a session to a host.protected RemoteSession
SshTransport. getSession()
Get the default SSH sessionMethods in org.eclipse.jgit.transport with parameters of type RemoteSession Modifier and Type Method Description void
SshSessionFactory. releaseSession(RemoteSession session)
Close (or recycle) a session to a host. -
Uses of RemoteSession in org.eclipse.jgit.transport.sshd
Classes in org.eclipse.jgit.transport.sshd that implement RemoteSession Modifier and Type Class Description class
SshdSession
An implementation ofRemoteSession
based on Apache MINA sshd.
-