| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.io.svn | |
| org.tmatesoft.svn.core.internal.io.svn.ssh |
| Modifier and Type | Field and Description |
|---|---|
private SshSession |
SVNSSHConnector.mySession |
| Modifier and Type | Method and 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) |
private SshSession |
SshHost.useExistingConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshConnection.sessionClosed(SshSession sshSession) |