Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.config.hosts |
Modifier and Type | Field and Description |
---|---|
static HostConfigEntryResolver |
ClientBuilder.DEFAULT_HOST_CONFIG_ENTRY_RESOLVER |
protected HostConfigEntryResolver |
ClientBuilder.hostConfigEntryResolver |
Modifier and Type | Method and Description |
---|---|
HostConfigEntryResolver |
ClientFactoryManager.getHostConfigEntryResolver() |
HostConfigEntryResolver |
SshClient.getHostConfigEntryResolver() |
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
ClientBuilder.hostConfigEntryResolver(HostConfigEntryResolver resolver) |
void |
ClientFactoryManager.setHostConfigEntryResolver(HostConfigEntryResolver resolver) |
void |
SshClient.setHostConfigEntryResolver(HostConfigEntryResolver resolver) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigFileHostEntryResolver
Watches for changes in a configuration file and automatically reloads any changes
|
class |
DefaultConfigFileHostEntryResolver
Monitors the
~/.ssh/config file of the user currently running the client, re-loading it if necessary. |
Modifier and Type | Field and Description |
---|---|
static HostConfigEntryResolver |
HostConfigEntryResolver.EMPTY
An "empty" implementation that does not resolve any entry - i.e., uses the original entry as-is
|
Modifier and Type | Method and Description |
---|---|
protected HostConfigEntryResolver |
ConfigFileHostEntryResolver.resolveEffectiveResolver(String host,
int port,
String username,
String proxyJump) |
static HostConfigEntryResolver |
HostConfigEntry.toHostConfigEntryResolver(Collection<? extends HostConfigEntry> entries) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.