| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.config |
| Modifier and Type | Field and Description |
|---|---|
static Factory<SshClient> |
SshClient.DEFAULT_SSH_CLIENT_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
static <C extends SshClient> |
SshClient.setKeyPairProvider(C client,
boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
static <C extends SshClient> |
SshClient.setKeyPairProvider(C client,
Path dir,
boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
ClientBuilder.build(boolean isFillWithDefaultValues) |
static SshClient |
SshClient.setUpDefaultClient()
Setup a default client.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleClient |
SshClient.wrapAsSimpleClient(SshClient client)
Wraps an
SshClient instance as a SimpleClient |
| Modifier and Type | Method and Description |
|---|---|
static <C extends SshClient> |
SshClientConfigFileReader.configure(C client,
PropertyResolver props,
boolean lenient,
boolean ignoreUnsupported) |
static <C extends SshClient> |
SshClientConfigFileReader.setupClientHeartbeat(C client,
Map<String,?> options) |
static <C extends SshClient> |
SshClientConfigFileReader.setupClientHeartbeat(C client,
PropertyResolver props) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.