public class AtlassianSshClientAndServerFactory extends Object implements SshClientAndServerFactory
| Modifier and Type | Field and Description |
|---|---|
static AtlassianSshClientAndServerFactory |
INSTANCE |
| Constructor and Description |
|---|
AtlassianSshClientAndServerFactory() |
AtlassianSshClientAndServerFactory(long authTimeout,
TimeUnit authTimeoutUnit,
long idleTimeout,
TimeUnit idleTimeoutUnit) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.client.SshClient |
createSshClient()
clone of
SshClient.setUpDefaultClient() with Atlassian crypto factory |
org.apache.sshd.server.SshServer |
createSshServer()
clone of
SshServer.setUpDefaultServer() with Atlassian crypto factory |
public static final AtlassianSshClientAndServerFactory INSTANCE
public org.apache.sshd.client.SshClient createSshClient()
SshClient.setUpDefaultClient() with Atlassian crypto factorycreateSshClient in interface SshClientAndServerFactorypublic org.apache.sshd.server.SshServer createSshServer()
SshServer.setUpDefaultServer() with Atlassian crypto factorycreateSshServer in interface SshClientAndServerFactoryCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.