Uses of Interface
org.apache.sshd.client.config.hosts.HostConfigEntryResolver
-
Packages that use HostConfigEntryResolver Package Description org.apache.sshd.client org.apache.sshd.client.config.hosts -
-
Uses of HostConfigEntryResolver in org.apache.sshd.client
Fields in org.apache.sshd.client declared as HostConfigEntryResolver Modifier and Type Field Description static HostConfigEntryResolver
ClientBuilder. DEFAULT_HOST_CONFIG_ENTRY_RESOLVER
protected HostConfigEntryResolver
ClientBuilder. hostConfigEntryResolver
private HostConfigEntryResolver
SshClient. hostConfigEntryResolver
Methods in org.apache.sshd.client that return HostConfigEntryResolver Modifier and Type Method Description HostConfigEntryResolver
ClientFactoryManager. getHostConfigEntryResolver()
HostConfigEntryResolver
SshClient. getHostConfigEntryResolver()
Methods in org.apache.sshd.client with parameters of type HostConfigEntryResolver Modifier and Type Method Description ClientBuilder
ClientBuilder. hostConfigEntryResolver(HostConfigEntryResolver resolver)
void
ClientFactoryManager. setHostConfigEntryResolver(HostConfigEntryResolver resolver)
void
SshClient. setHostConfigEntryResolver(HostConfigEntryResolver resolver)
-
Uses of HostConfigEntryResolver in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement HostConfigEntryResolver Modifier and Type Class Description class
ConfigFileHostEntryResolver
Watches for changes in a configuration file and automatically reloads any changesclass
DefaultConfigFileHostEntryResolver
Monitors the~/.ssh/config
file of the user currently running the client, re-loading it if necessary.Fields in org.apache.sshd.client.config.hosts declared as HostConfigEntryResolver Modifier and Type Field Description static HostConfigEntryResolver
HostConfigEntryResolver. EMPTY
An "empty" implementation that does not resolve any entry - i.e., uses the original entry as-isFields in org.apache.sshd.client.config.hosts with type parameters of type HostConfigEntryResolver Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<HostConfigEntryResolver>
ConfigFileHostEntryResolver. delegateHolder
Methods in org.apache.sshd.client.config.hosts that return HostConfigEntryResolver Modifier and Type Method Description protected HostConfigEntryResolver
ConfigFileHostEntryResolver. resolveEffectiveResolver(java.lang.String host, int port, java.lang.String username, java.lang.String proxyJump)
static HostConfigEntryResolver
HostConfigEntry. toHostConfigEntryResolver(java.util.Collection<? extends HostConfigEntry> entries)
-