public class SshSessionPool
extends java.lang.Object
Constructor and Description |
---|
SshSessionPool() |
Modifier and Type | Method and 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() |
public void shutdown()
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
java.io.IOException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.