Uses of Interface
org.apache.sshd.client.config.hosts.HostConfigEntryResolver
Packages that use HostConfigEntryResolver
-
Uses of HostConfigEntryResolver in org.apache.sshd.client
Fields in org.apache.sshd.client declared as HostConfigEntryResolverModifier and TypeFieldDescriptionstatic final HostConfigEntryResolverClientBuilder.DEFAULT_HOST_CONFIG_ENTRY_RESOLVERprotected HostConfigEntryResolverClientBuilder.hostConfigEntryResolverprivate HostConfigEntryResolverSshClient.hostConfigEntryResolverMethods in org.apache.sshd.client that return HostConfigEntryResolverModifier and TypeMethodDescriptionClientFactoryManager.getHostConfigEntryResolver()SshClient.getHostConfigEntryResolver()Methods in org.apache.sshd.client with parameters of type HostConfigEntryResolverModifier and TypeMethodDescriptionClientBuilder.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 HostConfigEntryResolverModifier and TypeClassDescriptionclassWatches for changes in a configuration file and automatically reloads any changesclassMonitors 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 HostConfigEntryResolverModifier and TypeFieldDescriptionstatic final HostConfigEntryResolverHostConfigEntryResolver.EMPTYAn "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 HostConfigEntryResolverModifier and TypeFieldDescriptionprivate final AtomicReference<HostConfigEntryResolver> ConfigFileHostEntryResolver.delegateHolderMethods in org.apache.sshd.client.config.hosts that return HostConfigEntryResolverModifier and TypeMethodDescriptionprotected HostConfigEntryResolverConfigFileHostEntryResolver.resolveEffectiveResolver(String host, int port, String username, String proxyJump) static HostConfigEntryResolverHostConfigEntry.toHostConfigEntryResolver(Collection<? extends HostConfigEntry> entries)