| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts |
| 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 © 2018–2021 The Apache Software Foundation. All rights reserved.