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 SshConnection
SshSession. myOwner
Fields 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. myConnections
Methods in org.tmatesoft.svn.core.internal.io.svn.ssh that return SshConnection Modifier and Type Method Description private SshConnection
SshHost. 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)
-