Uses of Class
org.apache.sshd.client.SshClient
Packages that use SshClient
-
Uses of SshClient in org.apache.sshd.client
Subclasses with type arguments of type SshClient in org.apache.sshd.clientFields in org.apache.sshd.client with type parameters of type SshClientModifier and TypeFieldDescriptionstatic final org.apache.sshd.common.Factory<SshClient> SshClient.DEFAULT_SSH_CLIENT_FACTORYMethods in org.apache.sshd.client with type parameters of type SshClientModifier and TypeMethodDescriptionstatic <C extends SshClient>
CSshClient.setKeyPairProvider(C client, boolean strict, boolean supportedOnly, org.apache.sshd.common.config.keys.FilePasswordProvider provider, LinkOption... options) static <C extends SshClient>
CSshClient.setKeyPairProvider(C client, Path dir, boolean strict, boolean supportedOnly, org.apache.sshd.common.config.keys.FilePasswordProvider provider, LinkOption... options) Methods in org.apache.sshd.client that return SshClientModifier and TypeMethodDescriptionClientBuilder.build(boolean isFillWithDefaultValues) static SshClientSshClient.setUpDefaultClient()Setup a default client.Methods in org.apache.sshd.client with parameters of type SshClientModifier and TypeMethodDescriptionstatic SimpleClientSshClient.wrapAsSimpleClient(SshClient client) Wraps anSshClientinstance as aSimpleClient -
Uses of SshClient in org.apache.sshd.client.config
Methods in org.apache.sshd.client.config with type parameters of type SshClientModifier and TypeMethodDescriptionstatic <C extends SshClient>
CSshClientConfigFileReader.configure(C client, org.apache.sshd.common.PropertyResolver props, boolean lenient, boolean ignoreUnsupported) static <C extends SshClient>
CSshClientConfigFileReader.setupClientHeartbeat(C client, Map<String, ?> options) static <C extends SshClient>
CSshClientConfigFileReader.setupClientHeartbeat(C client, org.apache.sshd.common.PropertyResolver props)