Uses of Class
org.apache.sshd.client.SshClient
-
Packages that use SshClient Package Description org.apache.sshd.client org.apache.sshd.client.config org.apache.sshd.sftp.client.fs -
-
Uses of SshClient in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type SshClient Modifier and Type Field Description static Factory<SshClient>
SshClient. DEFAULT_SSH_CLIENT_FACTORY
Methods in org.apache.sshd.client with type parameters of type SshClient Modifier and Type Method Description static <C extends SshClient>
CSshClient. setKeyPairProvider(C client, boolean strict, boolean supportedOnly, FilePasswordProvider provider, LinkOption... options)
static <C extends SshClient>
CSshClient. setKeyPairProvider(C client, Path dir, boolean strict, boolean supportedOnly, FilePasswordProvider provider, LinkOption... options)
Methods in org.apache.sshd.client that return SshClient Modifier and Type Method Description SshClient
ClientBuilder. build(boolean isFillWithDefaultValues)
static SshClient
SshClient. setUpDefaultClient()
Setup a default client.Methods in org.apache.sshd.client with parameters of type SshClient Modifier and Type Method Description static SimpleClient
SshClient. wrapAsSimpleClient(SshClient client)
Wraps anSshClient
instance as aSimpleClient
-
Uses of SshClient in org.apache.sshd.client.config
Methods in org.apache.sshd.client.config with type parameters of type SshClient Modifier and Type Method Description static <C extends SshClient>
CSshClientConfigFileReader. configure(C client, 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, PropertyResolver props)
-
Uses of SshClient in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs that return SshClient Modifier and Type Method Description SshClient
SftpFileSystemProvider. getClientInstance()
Constructors in org.apache.sshd.sftp.client.fs with parameters of type SshClient Constructor Description SftpFileSystemProvider(SshClient client)
SftpFileSystemProvider(SshClient client, SftpClientFactory factory, SftpVersionSelector selector)
SftpFileSystemProvider(SshClient client, SftpVersionSelector selector)
-