Class SshSessionPool

java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.ssh.SshSessionPool

public class SshSessionPool extends Object
  • Field Details

  • 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