Uses of Class
org.eclipse.jgit.transport.sshd.SshdSession
-
Packages that use SshdSession Package Description org.eclipse.jgit.transport.sshd -
-
Uses of SshdSession in org.eclipse.jgit.transport.sshd
Methods in org.eclipse.jgit.transport.sshd that return SshdSession Modifier and Type Method Description SshdSessionSshdSessionFactory. 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 voidSessionCloseListener. sessionClosed(SshdSession session)Invoked when aSshdSessionhas been closed.
-