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 with parameters of type HostConfigEntry Modifier and Type Method Description ConnectFuture
SshClient. connect(HostConfigEntry hostConfig, AttributeRepository context, 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(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)
HostConfigEntry
ConfigFileHostEntryResolver. resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, AttributeRepository context)
HostConfigEntry
HostConfigEntryResolver. resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, 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 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)
protected List<HostConfigEntry>
DefaultConfigFileHostEntryResolver. reloadHostConfigEntries(Path path, String host, int port, String username)
static List<HostConfigEntry>
HostConfigEntry. updateEntriesList(List<HostConfigEntry> entries, HostConfigEntry curEntry)
Methods in org.apache.sshd.client.config.hosts with parameters of type HostConfigEntry Modifier and Type Method Description static 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)
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 HostConfigEntry Modifier and Type Method Description static <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 HostConfigEntry Modifier and Type Method Description default ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig)
default ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig, SocketAddress localAddress)
default ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig, AttributeRepository context)
ConnectFuture
ClientSessionCreator. connect(HostConfigEntry hostConfig, AttributeRepository context, SocketAddress localAddress)
-