Uses of Class
org.tmatesoft.svn.core.internal.io.svn.ssh.SshSession
-
Packages that use SshSession Package Description org.tmatesoft.svn.core.internal.io.svn.ssh -
-
Uses of SshSession in org.tmatesoft.svn.core.internal.io.svn.ssh
Methods in org.tmatesoft.svn.core.internal.io.svn.ssh that return SshSession Modifier and Type Method Description SshSession
SshConnection. openSession()
SshSession
SshHost. openSession()
SshSession
SshSessionPool. openSession(java.lang.String host, int port, java.lang.String userName, char[] privateKey, char[] passphrase, char[] password, com.trilead.ssh2.auth.AgentProxy agentProxy, com.trilead.ssh2.ServerHostKeyVerifier verifier, int connectTimeout, int readTimeout)
Methods in org.tmatesoft.svn.core.internal.io.svn.ssh with parameters of type SshSession Modifier and Type Method Description void
SshConnection. sessionClosed(SshSession sshSession)
-