Class SshSessionPool
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.ssh.SshSessionPool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenSession
(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) void
shutdown()
-
Field Details
-
PURGE_INTERVAL
private static final long PURGE_INTERVAL- See Also:
-
myPool
-
myTimer
-
-
Constructor Details
-
SshSessionPool
public SshSessionPool()
-
-
Method Details
-
shutdown
public void shutdown() -
openSession
public SshSession 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) throws IOException - Throws:
IOException
-