| 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 |
private HostConfigEntryResolver |
SshClient.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 | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicReference<HostConfigEntryResolver> |
ConfigFileHostEntryResolver.delegateHolder |
| Modifier and Type | Method and Description |
|---|---|
protected HostConfigEntryResolver |
ConfigFileHostEntryResolver.resolveEffectiveResolver(java.lang.String host,
int port,
java.lang.String username) |
static HostConfigEntryResolver |
HostConfigEntry.toHostConfigEntryResolver(java.util.Collection<? extends HostConfigEntry> entries) |