Uses of Class
org.tmatesoft.svn.core.internal.io.svn.ssh.SshConnection
-
Packages that use SshConnection Package Description org.tmatesoft.svn.core.internal.io.svn.ssh -
-
Uses of SshConnection in org.tmatesoft.svn.core.internal.io.svn.ssh
Fields in org.tmatesoft.svn.core.internal.io.svn.ssh declared as SshConnection Modifier and Type Field Description private SshConnectionSshSession. myOwnerFields in org.tmatesoft.svn.core.internal.io.svn.ssh with type parameters of type SshConnection Modifier and Type Field Description private java.util.List<SshConnection>SshHost. myConnectionsMethods in org.tmatesoft.svn.core.internal.io.svn.ssh that return SshConnection Modifier and Type Method Description private SshConnectionSshHost. openConnection()Constructors in org.tmatesoft.svn.core.internal.io.svn.ssh with parameters of type SshConnection Constructor Description SshSession(SshConnection owner, com.trilead.ssh2.Session session)
-