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 HostConfigEntryResolverClientBuilder. DEFAULT_HOST_CONFIG_ENTRY_RESOLVERprotected HostConfigEntryResolverClientBuilder. hostConfigEntryResolverMethods in org.apache.sshd.client that return HostConfigEntryResolver Modifier and Type Method Description HostConfigEntryResolverClientFactoryManager. getHostConfigEntryResolver()HostConfigEntryResolverSshClient. getHostConfigEntryResolver()Methods in org.apache.sshd.client with parameters of type HostConfigEntryResolver Modifier and Type Method Description ClientBuilderClientBuilder. hostConfigEntryResolver(HostConfigEntryResolver resolver)voidClientFactoryManager. setHostConfigEntryResolver(HostConfigEntryResolver resolver)voidSshClient. 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 classConfigFileHostEntryResolverWatches for changes in a configuration file and automatically reloads any changesclassDefaultConfigFileHostEntryResolverMonitors the~/.ssh/configfile 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 HostConfigEntryResolverHostConfigEntryResolver. EMPTYAn "empty" implementation that does not resolve any entry - i.e., uses the original entry as-isMethods in org.apache.sshd.client.config.hosts that return HostConfigEntryResolver Modifier and Type Method Description protected HostConfigEntryResolverConfigFileHostEntryResolver. resolveEffectiveResolver(String host, int port, String username, String proxyJump)static HostConfigEntryResolverHostConfigEntry. toHostConfigEntryResolver(Collection<? extends HostConfigEntry> entries)
-