Uses of Class
org.eclipse.jgit.transport.sshd.SshdSession
-
Packages that use SshdSession Package Description org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactory
implemented via Apache MINA sshd. -
-
Uses of SshdSession in org.eclipse.jgit.transport.sshd
Fields in org.eclipse.jgit.transport.sshd with type parameters of type SshdSession Modifier and Type Field Description private java.util.Set<SshdSession>
SshdSessionFactory. sessions
Methods in org.eclipse.jgit.transport.sshd that return SshdSession Modifier and Type Method Description SshdSession
SshdSessionFactory. getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)
Methods in org.eclipse.jgit.transport.sshd with parameters of type SshdSession Modifier and Type Method Description private void
SshdSessionFactory. register(SshdSession newSession)
void
SessionCloseListener. sessionClosed(SshdSession session)
Invoked when aSshdSession
has been closed.private void
SshdSessionFactory. unregister(SshdSession oldSession)
-