Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.svn.ssh |
Modifier and Type | Method and Description |
---|---|
SshSession |
SshHost.openSession() |
SshSession |
SshConnection.openSession() |
SshSession |
SshSessionPool.openSession(String host,
int port,
String userName,
char[] privateKey,
char[] passphrase,
char[] password,
com.trilead.ssh2.auth.AgentProxy agentProxy,
com.trilead.ssh2.ServerHostKeyVerifier verifier,
int connectTimeout,
int readTimeout) |
Modifier and Type | Method and Description |
---|---|
void |
SshConnection.sessionClosed(SshSession sshSession) |
Copyright © 2024. All rights reserved.