Class SshSessionPool
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.ssh.SshSessionPool
public class SshSessionPool
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,SshHost> private java.util.Timerprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenSession(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) voidshutdown()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PURGE_INTERVAL
private static final long PURGE_INTERVAL- See Also:
-
myPool
-
myTimer
private java.util.Timer myTimer
-
-
Constructor Details
-
SshSessionPool
public SshSessionPool()
-
-
Method Details
-
shutdown
public void shutdown() -
openSession
public SshSession 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) throws java.io.IOException - Throws:
java.io.IOException
-