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
Subinterfaces of RemoteSession in org.eclipse.jgit.transport Modifier and Type Interface Description interfaceRemoteSession2ARemoteSessionthat supports passing environment variables to commands.Classes in org.eclipse.jgit.transport that implement RemoteSession Modifier and Type Class Description classJschSessionRun remote commands using Jsch.private classTransportGitSsh.ExtSessionFields in org.eclipse.jgit.transport declared as RemoteSession Modifier and Type Field Description private RemoteSessionSshTransport. sockThe open SSH sessionMethods in org.eclipse.jgit.transport that return RemoteSession Modifier and Type Method Description RemoteSessionJschConfigSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)Opens (or reuses) a session to a host.abstract RemoteSessionSshSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)Opens (or reuses) 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)Closes (or recycles) 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 classSshdSessionAn implementation ofRemoteSessionbased on Apache MINA sshd.
-