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 HostConfigEntrySshClient. 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)protected java.util.List<HostConfigEntry>SshClient. parseProxyJumps(HostConfigEntry entry, AttributeRepository context)Methods in org.apache.sshd.client with parameters of type HostConfigEntry Modifier and Type Method Description ConnectFutureSshClient. connect(HostConfigEntry hostConfig, AttributeRepository context, java.net.SocketAddress localAddress)protected SshFutureListener<IoConnectFuture>SshClient. createConnectCompletionListener(ConnectFuture connectFuture, java.lang.String username, java.net.SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig)protected ConnectFutureSshClient. doConnect(java.lang.String username, java.net.SocketAddress targetAddress, AttributeRepository context, java.net.SocketAddress localAddress, KeyIdentityProvider identities, HostConfigEntry hostConfig)protected ConnectFutureSshClient. doConnect(HostConfigEntry hostConfig, java.util.List<HostConfigEntry> jumps, AttributeRepository context, java.net.SocketAddress localAddress)protected voidSshClient. onConnectOperationComplete(IoSession ioSession, ConnectFuture connectFuture, java.lang.String username, java.net.SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig)protected java.util.List<HostConfigEntry>SshClient. parseProxyJumps(HostConfigEntry entry, AttributeRepository context)Method parameters in org.apache.sshd.client with type arguments of type HostConfigEntry Modifier and Type Method Description protected ConnectFutureSshClient. 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 HostConfigEntryConfigFileHostEntryResolver. resolveEffectiveHost(java.lang.String host, int port, java.net.SocketAddress localAddress, java.lang.String username, java.lang.String proxyJump, AttributeRepository context)HostConfigEntryHostConfigEntryResolver. 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>HostConfigEntry. 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>HostConfigEntry. 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)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 java.util.List<HostConfigEntry>HostConfigEntry. findMatchingEntries(java.lang.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 java.lang.Appendable>
AHostConfigEntry. appendHostConfigEntries(A sb, java.util.Collection<? extends HostConfigEntry> entries)static java.util.List<HostConfigEntry>HostConfigEntry. findMatchingEntries(java.lang.String host, java.util.Collection<? extends HostConfigEntry> entries)Locates all the matching entries for a give host name / addressstatic HostConfigEntryResolverHostConfigEntry. toHostConfigEntryResolver(java.util.Collection<? extends HostConfigEntry> entries)static voidHostConfigEntry. writeHostConfigEntries(java.io.OutputStream outputStream, boolean okToClose, java.util.Collection<? extends HostConfigEntry> entries)static voidHostConfigEntry. 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 ConnectFutureClientSessionCreator. connect(HostConfigEntry hostConfig)default ConnectFutureClientSessionCreator. connect(HostConfigEntry hostConfig, java.net.SocketAddress localAddress)default ConnectFutureClientSessionCreator. connect(HostConfigEntry hostConfig, AttributeRepository context)ConnectFutureClientSessionCreator. connect(HostConfigEntry hostConfig, AttributeRepository context, java.net.SocketAddress localAddress)
-