Uses of Class
org.apache.sshd.client.config.hosts.HostConfigEntry
-
Packages that use HostConfigEntry Package Description org.apache.sshd.client.config.hosts -
-
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 HostConfigEntryConfigFileHostEntryResolver. resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, String proxyJump, AttributeRepository context)HostConfigEntryHostConfigEntryResolver. 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 HostConfigEntry Modifier and Type Method Description static List<HostConfigEntry>HostConfigEntry. findMatchingEntries(String host, Collection<? extends HostConfigEntry> entries)Locates all the matching entries for a give host name / addressstatic List<HostConfigEntry>HostConfigEntry. 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)Methods in org.apache.sshd.client.config.hosts with parameters of type HostConfigEntry Modifier and Type Method Description voidHostConfigEntry. collate(HostConfigEntry that)Merges that into this via underride.static List<HostConfigEntry>HostConfigEntry. findMatchingEntries(String host, HostConfigEntry... entries)Locates all the matching entries for a give host name / addressMethod 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 List<HostConfigEntry>HostConfigEntry. 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 voidHostConfigEntry. writeHostConfigEntries(OutputStream outputStream, boolean okToClose, Collection<? extends HostConfigEntry> entries)static voidHostConfigEntry. writeHostConfigEntries(Path path, Collection<? extends HostConfigEntry> entries, OpenOption... options)
-