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 SshFutureListener
<IoConnectFuture> SshClient.createConnectCompletionListener
(ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig) protected ConnectFuture
SshClient.doConnect
(String username, SocketAddress targetAddress, AttributeRepository context, SocketAddress localAddress, KeyIdentityProvider identities, HostConfigEntry hostConfig) protected ConnectFuture
SshClient.doConnect
(HostConfigEntry hostConfig, List<HostConfigEntry> jumps, AttributeRepository context, SocketAddress localAddress) protected void
SshClient.onConnectOperationComplete
(IoSession ioSession, ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig) 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 TypeMethodDescriptionConfigFileHostEntryResolver.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> 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 HostConfigEntryModifier and TypeMethodDescriptionvoid
HostConfigEntry.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 HostConfigEntryModifier and TypeMethodDescriptionstatic <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 HostConfigEntryResolver
HostConfigEntry.toHostConfigEntryResolver
(Collection<? extends HostConfigEntry> entries) 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)