public class DefaultSshClientAndServerFactory extends Object implements SshClientAndServerFactory
Modifier and Type | Field and Description |
---|---|
static DefaultSshClientAndServerFactory |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.apache.sshd.client.SshClient |
createSshClient() |
org.apache.sshd.server.SshServer |
createSshServer() |
public static final DefaultSshClientAndServerFactory INSTANCE
public org.apache.sshd.client.SshClient createSshClient()
createSshClient
in interface SshClientAndServerFactory
public org.apache.sshd.server.SshServer createSshServer()
createSshServer
in interface SshClientAndServerFactory
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.