Class SshSessionPool
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.svn.ssh.SshSessionPool
-
public class SshSessionPool extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,SshHost>
myPool
private java.util.Timer
myTimer
private static long
PURGE_INTERVAL
-
Constructor Summary
Constructors Constructor Description SshSessionPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
void
shutdown()
-
-
-
Field Detail
-
PURGE_INTERVAL
private static final long PURGE_INTERVAL
- See Also:
- Constant Field Values
-
myPool
private java.util.Map<java.lang.String,SshHost> myPool
-
myTimer
private java.util.Timer myTimer
-
-
Method Detail
-
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
-
-