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 org.tmatesoft.svn.core.internal.io.svn.ssh -
-
Uses of SshSession in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SshSession Modifier and Type Field Description private SshSessionSVNSSHConnector. mySession -
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 SshSessionSshConnection. openSession()SshSessionSshHost. openSession()SshSessionSshSessionPool. 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)private SshSessionSshHost. useExistingConnection()Methods in org.tmatesoft.svn.core.internal.io.svn.ssh with parameters of type SshSession Modifier and Type Method Description voidSshConnection. sessionClosed(SshSession sshSession)
-