Uses of Class
org.apache.sshd.client.config.hosts.HostConfigEntry
-
Packages that use HostConfigEntry Package Description org.apache.sshd.client org.apache.sshd.client.config.hosts org.apache.sshd.client.session -
-
Uses of HostConfigEntry in org.apache.sshd.client
Methods in org.apache.sshd.client that return HostConfigEntry Modifier and Type Method Description protected HostConfigEntry
SshClient. resolveHost(java.lang.String username, java.lang.String host, int port, AttributeRepository context, java.net.SocketAddress localAddress)
Methods in org.apache.sshd.client that return types with arguments of type HostConfigEntry Modifier and Type Method Description protected java.util.List<HostConfigEntry>
SshClient. parseProxyJumps(java.lang.String proxyJump, AttributeRepository context)
Methods in org.apache.sshd.client with parameters of type HostConfigEntry Modifier and Type Method Description ConnectFuture
SshClient. connect(HostConfigEntry hostConfig, AttributeRepository context, java.net.SocketAddress localAddress)
protected ConnectFuture
SshClient. doConnect(HostConfigEntry hostConfig, java.util.List<HostConfigEntry> jumps, AttributeRepository context, java.net.SocketAddress localAddress)
Method parameters in org.apache.sshd.client with type arguments of type HostConfigEntry Modifier and Type Method Description protected ConnectFuture
SshClient. doConnect(HostConfigEntry hostConfig, java.util.List<HostConfigEntry> jumps, AttributeRepository context, java.net.SocketAddress localAddress)
-
Uses of HostConfigEntry in org.apache.sshd.client.config.hosts
Methods in org.apache.sshd.client.config.hosts that return HostConfigEntry Modifier and Type Method Description static HostConfigEntry
HostConfigEntry. findBestMatch(java.lang.Iterable<? extends HostConfigEntry> matches)
Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry. findBestMatch(java.util.Collection<? extends HostConfigEntry> matches)
Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry. findBestMatch(java.util.Iterator<? extends HostConfigEntry> matches)
Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry. normalizeEntry(HostConfigEntry entry, java.lang.String host, int port, java.lang.String username, java.lang.String proxyJump)
HostConfigEntry
ConfigFileHostEntryResolver. resolveEffectiveHost(java.lang.String host, int port, java.net.SocketAddress localAddress, java.lang.String username, java.lang.String proxyJump, AttributeRepository context)
HostConfigEntry
HostConfigEntryResolver. resolveEffectiveHost(java.lang.String host, int port, java.net.SocketAddress localAddress, java.lang.String username, java.lang.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 HostConfigEntry Modifier and Type Method Description static java.util.List<HostConfigEntry>
HostPatternsHolder. findMatchingEntries(java.lang.String host, java.util.Collection<? extends HostConfigEntry> entries)
Locates all the matching entries for a give host name / addressstatic java.util.List<HostConfigEntry>
HostPatternsHolder. findMatchingEntries(java.lang.String host, HostConfigEntry... entries)
Locates all the matching entries for a give host name / addressstatic java.util.List<HostConfigEntry>
HostConfigEntry. readHostConfigEntries(java.io.BufferedReader rdr)
Reads configuration entriesstatic java.util.List<HostConfigEntry>
HostConfigEntry. readHostConfigEntries(java.io.InputStream inStream, boolean okToClose)
static java.util.List<HostConfigEntry>
HostConfigEntry. readHostConfigEntries(java.io.Reader rdr, boolean okToClose)
static java.util.List<HostConfigEntry>
HostConfigEntry. readHostConfigEntries(java.net.URL url)
static java.util.List<HostConfigEntry>
HostConfigEntry. readHostConfigEntries(java.nio.file.Path path, java.nio.file.OpenOption... options)
protected java.util.List<HostConfigEntry>
ConfigFileHostEntryResolver. reloadHostConfigEntries(java.nio.file.Path path, java.lang.String host, int port, java.lang.String username, java.lang.String proxyJump)
protected java.util.List<HostConfigEntry>
DefaultConfigFileHostEntryResolver. reloadHostConfigEntries(java.nio.file.Path path, java.lang.String host, int port, java.lang.String username, java.lang.String proxyJump)
static java.util.List<HostConfigEntry>
HostConfigEntry. updateEntriesList(java.util.List<HostConfigEntry> entries, HostConfigEntry curEntry)
Methods in org.apache.sshd.client.config.hosts with parameters of type HostConfigEntry Modifier and Type Method Description static java.util.List<HostConfigEntry>
HostPatternsHolder. findMatchingEntries(java.lang.String host, HostConfigEntry... entries)
Locates all the matching entries for a give host name / addressstatic HostConfigEntry
HostConfigEntry. normalizeEntry(HostConfigEntry entry, java.lang.String host, int port, java.lang.String username, java.lang.String proxyJump)
boolean
HostConfigEntry. processGlobalValues(HostConfigEntry globalEntry)
Updates the values that are not already configured with those from the global entrystatic java.util.List<HostConfigEntry>
HostConfigEntry. updateEntriesList(java.util.List<HostConfigEntry> entries, HostConfigEntry curEntry)
Method parameters in org.apache.sshd.client.config.hosts with type arguments of type HostConfigEntry Modifier and Type Method Description static <A extends java.lang.Appendable>
AHostConfigEntry. appendHostConfigEntries(A sb, java.util.Collection<? extends HostConfigEntry> entries)
static HostConfigEntry
HostConfigEntry. findBestMatch(java.lang.Iterable<? extends HostConfigEntry> matches)
Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry. findBestMatch(java.util.Collection<? extends HostConfigEntry> matches)
Finds the best match out of the given ones.static HostConfigEntry
HostConfigEntry. findBestMatch(java.util.Iterator<? extends HostConfigEntry> matches)
Finds the best match out of the given ones.static java.util.List<HostConfigEntry>
HostPatternsHolder. findMatchingEntries(java.lang.String host, java.util.Collection<? extends HostConfigEntry> entries)
Locates all the matching entries for a give host name / addressstatic HostConfigEntryResolver
HostConfigEntry. toHostConfigEntryResolver(java.util.Collection<? extends HostConfigEntry> entries)
static java.util.List<HostConfigEntry>
HostConfigEntry. updateEntriesList(java.util.List<HostConfigEntry> entries, HostConfigEntry curEntry)
static void
HostConfigEntry. writeHostConfigEntries(java.io.OutputStream outputStream, boolean okToClose, java.util.Collection<? extends HostConfigEntry> entries)
static void
HostConfigEntry. writeHostConfigEntries(java.nio.file.Path path, java.util.Collection<? extends HostConfigEntry> entries, java.nio.file.OpenOption... options)
-
Uses of HostConfigEntry in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type HostConfigEntry Modifier and Type Method Description default ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig)
default ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig, java.net.SocketAddress localAddress)
default ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig, AttributeRepository context)
ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig, AttributeRepository context, java.net.SocketAddress localAddress)
-