Interface SshClientAndServerFactory

All Known Implementing Classes:
AtlassianSshClientAndServerFactory, DefaultSshClientAndServerFactory

public interface SshClientAndServerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.sshd.client.SshClient
     
    org.apache.sshd.server.SshServer
     
  • Method Details

    • createSshServer

      org.apache.sshd.server.SshServer createSshServer()
    • createSshClient

      org.apache.sshd.client.SshClient createSshClient()