Uses of Class
org.apache.sshd.client.config.hosts.HostConfigEntry
Packages that use HostConfigEntry
-
Uses of HostConfigEntry in org.apache.sshd.client.config.hosts
Methods in org.apache.sshd.client.config.hosts that return HostConfigEntryModifier and TypeMethodDescriptionstatic HostConfigEntryHostConfigEntry.findBestMatch(Iterable<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntryHostConfigEntry.findBestMatch(Collection<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntryHostConfigEntry.findBestMatch(Iterator<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntryHostConfigEntry.normalizeEntry(HostConfigEntry entry, String host, int port, String username, String proxyJump) ConfigFileHostEntryResolver.resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, String proxyJump, AttributeRepository context) HostConfigEntryResolver.resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, String proxyJump, AttributeRepository context) Invoked when creating a new client session in order to allow for overriding of the original parametersMethods in org.apache.sshd.client.config.hosts that return types with arguments of type HostConfigEntryModifier and TypeMethodDescriptionstatic List<HostConfigEntry>HostPatternsHolder.findMatchingEntries(String host, Collection<? extends HostConfigEntry> entries) Locates all the matching entries for a give host name / addressstatic List<HostConfigEntry>HostPatternsHolder.findMatchingEntries(String host, HostConfigEntry... entries) Locates all the matching entries for a give host name / addressstatic List<HostConfigEntry>HostConfigEntry.readHostConfigEntries(BufferedReader rdr) Reads configuration entriesstatic List<HostConfigEntry>HostConfigEntry.readHostConfigEntries(InputStream inStream, boolean okToClose) static List<HostConfigEntry>HostConfigEntry.readHostConfigEntries(Reader rdr, boolean okToClose) static List<HostConfigEntry>HostConfigEntry.readHostConfigEntries(URL url) static List<HostConfigEntry>HostConfigEntry.readHostConfigEntries(Path path, OpenOption... options) protected List<HostConfigEntry>ConfigFileHostEntryResolver.reloadHostConfigEntries(Path path, String host, int port, String username, String proxyJump) protected List<HostConfigEntry>DefaultConfigFileHostEntryResolver.reloadHostConfigEntries(Path path, String host, int port, String username, String proxyJump) static List<HostConfigEntry>HostConfigEntry.updateEntriesList(List<HostConfigEntry> entries, HostConfigEntry curEntry) Methods in org.apache.sshd.client.config.hosts with parameters of type HostConfigEntryModifier and TypeMethodDescriptionstatic List<HostConfigEntry>HostPatternsHolder.findMatchingEntries(String host, HostConfigEntry... entries) Locates all the matching entries for a give host name / addressstatic HostConfigEntryHostConfigEntry.normalizeEntry(HostConfigEntry entry, String host, int port, String username, String proxyJump) booleanHostConfigEntry.processGlobalValues(HostConfigEntry globalEntry) Updates the values that are not already configured with those from the global entrystatic List<HostConfigEntry>HostConfigEntry.updateEntriesList(List<HostConfigEntry> entries, HostConfigEntry curEntry) Method parameters in org.apache.sshd.client.config.hosts with type arguments of type HostConfigEntryModifier and TypeMethodDescriptionstatic <A extends Appendable>
AHostConfigEntry.appendHostConfigEntries(A sb, Collection<? extends HostConfigEntry> entries) static HostConfigEntryHostConfigEntry.findBestMatch(Iterable<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntryHostConfigEntry.findBestMatch(Collection<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntryHostConfigEntry.findBestMatch(Iterator<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static List<HostConfigEntry>HostPatternsHolder.findMatchingEntries(String host, Collection<? extends HostConfigEntry> entries) Locates all the matching entries for a give host name / addressstatic HostConfigEntryResolverHostConfigEntry.toHostConfigEntryResolver(Collection<? extends HostConfigEntry> entries) static List<HostConfigEntry>HostConfigEntry.updateEntriesList(List<HostConfigEntry> entries, HostConfigEntry curEntry) static voidHostConfigEntry.writeHostConfigEntries(OutputStream outputStream, boolean okToClose, Collection<? extends HostConfigEntry> entries) static voidHostConfigEntry.writeHostConfigEntries(Path path, Collection<? extends HostConfigEntry> entries, OpenOption... options)