Uses of Class
org.apache.sshd.client.config.hosts.HostConfigEntry
Packages that use HostConfigEntry
Package
Description
-
Uses of HostConfigEntry in org.apache.sshd.client
Methods in org.apache.sshd.client that return HostConfigEntryModifier and TypeMethodDescriptionprotected HostConfigEntry
SshClient.resolveHost
(String username, String host, int port, AttributeRepository context, SocketAddress localAddress) Methods in org.apache.sshd.client that return types with arguments of type HostConfigEntryModifier and TypeMethodDescriptionprotected List<HostConfigEntry>
SshClient.parseProxyJumps
(String proxyJump, AttributeRepository context) Methods in org.apache.sshd.client with parameters of type HostConfigEntryModifier and TypeMethodDescriptionSshClient.connect
(HostConfigEntry hostConfig, AttributeRepository context, SocketAddress localAddress) protected ConnectFuture
SshClient.doConnect
(HostConfigEntry hostConfig, List<HostConfigEntry> jumps, AttributeRepository context, SocketAddress localAddress) Method parameters in org.apache.sshd.client with type arguments of type HostConfigEntryModifier and TypeMethodDescriptionprotected ConnectFuture
SshClient.doConnect
(HostConfigEntry hostConfig, List<HostConfigEntry> jumps, AttributeRepository context, SocketAddress localAddress) -
Uses of HostConfigEntry in org.apache.sshd.client.config.hosts
Methods in org.apache.sshd.client.config.hosts that return HostConfigEntryModifier and TypeMethodDescriptionstatic HostConfigEntry
HostConfigEntry.findBestMatch
(Iterable<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry.findBestMatch
(Collection<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry.findBestMatch
(Iterator<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry.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 HostConfigEntry
HostConfigEntry.normalizeEntry
(HostConfigEntry entry, String host, int port, String username, String proxyJump) boolean
HostConfigEntry.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 HostConfigEntry
HostConfigEntry.findBestMatch
(Iterable<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry.findBestMatch
(Collection<? extends HostConfigEntry> matches) Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry.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 HostConfigEntryResolver
HostConfigEntry.toHostConfigEntryResolver
(Collection<? extends HostConfigEntry> entries) static List<HostConfigEntry>
HostConfigEntry.updateEntriesList
(List<HostConfigEntry> entries, HostConfigEntry curEntry) static void
HostConfigEntry.writeHostConfigEntries
(OutputStream outputStream, boolean okToClose, Collection<? extends HostConfigEntry> entries) static void
HostConfigEntry.writeHostConfigEntries
(Path path, Collection<? extends HostConfigEntry> entries, OpenOption... options) -
Uses of HostConfigEntry in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type HostConfigEntryModifier and TypeMethodDescriptiondefault ConnectFuture
ClientSessionCreator.connect
(HostConfigEntry hostConfig) default ConnectFuture
ClientSessionCreator.connect
(HostConfigEntry hostConfig, SocketAddress localAddress) default ConnectFuture
ClientSessionCreator.connect
(HostConfigEntry hostConfig, AttributeRepository context) ClientSessionCreator.connect
(HostConfigEntry hostConfig, AttributeRepository context, SocketAddress localAddress)