Uses of Class
org.apache.sshd.client.SshClient
-
Packages that use SshClient Package Description org.apache.sshd.cli.client org.apache.sshd.client org.apache.sshd.client.config org.apache.sshd.git.transport org.apache.sshd.sftp.client.fs -
-
Uses of SshClient in org.apache.sshd.cli.client
Fields in org.apache.sshd.cli.client declared as SshClient Modifier and Type Field Description private SshClientSshKeyScanMain. clientMethods in org.apache.sshd.cli.client that return SshClient Modifier and Type Method Description static SshClientSshClientCliSupport. setupClient(PropertyResolver resolver, java.util.List<NamedFactory<Cipher>> ciphers, java.util.List<NamedFactory<Mac>> macs, java.util.List<NamedFactory<Compression>> compressions, java.util.Collection<? extends java.nio.file.Path> identities, java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr, java.util.logging.Level level, java.lang.String[] args)static SshClientSshClientCliSupport. setupDefaultClient(PropertyResolver resolver, java.util.logging.Level level, java.io.PrintStream stdout, java.io.PrintStream stderr, java.lang.String... args)Methods in org.apache.sshd.cli.client with parameters of type SshClient Modifier and Type Method Description protected voidSshKeyScanMain. resolveServerKeys(SshClient client, java.lang.String host, java.lang.String kt, java.util.List<java.security.KeyPair> ids)protected voidSshKeyScanMain. resolveServerKeys(SshClient client, java.lang.String host, java.util.Map<java.lang.String,java.util.List<java.security.KeyPair>> pairsMap, java.util.Map<java.lang.String,java.util.List<NamedFactory<Signature>>> sigFactories) -
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_FACTORYMethods 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, java.nio.file.LinkOption... options)static <C extends SshClient>
CSshClient. setKeyPairProvider(C client, java.nio.file.Path dir, boolean strict, boolean supportedOnly, FilePasswordProvider provider, java.nio.file.LinkOption... options)Methods in org.apache.sshd.client that return SshClient Modifier and Type Method Description SshClientClientBuilder. build(boolean isFillWithDefaultValues)static SshClientSshClient. setUpDefaultClient()Setup a default client.Methods in org.apache.sshd.client with parameters of type SshClient Modifier and Type Method Description static 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 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, java.util.Map<java.lang.String,?> options)static <C extends SshClient>
CSshClientConfigFileReader. setupClientHeartbeat(C client, PropertyResolver props) -
Uses of SshClient in org.apache.sshd.git.transport
Fields in org.apache.sshd.git.transport declared as SshClient Modifier and Type Field Description private SshClientGitSshdSession. clientprivate SshClientGitSshdSessionFactory. clientMethods in org.apache.sshd.git.transport that return SshClient Modifier and Type Method Description protected SshClientGitSshdSession. createClient()protected SshClientGitSshdSessionFactory. getClient()Methods in org.apache.sshd.git.transport with parameters of type SshClient Modifier and Type Method Description protected ClientSessionGitSshdSession. createClientSession(SshClient clientInstance, java.lang.String host, java.lang.String username, int port, java.lang.String... passwords)protected voidGitSshdSession. disconnectClient(SshClient clientInstance)Constructors in org.apache.sshd.git.transport with parameters of type SshClient Constructor Description GitSshdSessionFactory(SshClient client)Used to provide an externally managedSshClientinstance.GitSshdSessionFactory(SshClient client, ClientSession session) -
Uses of SshClient in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as SshClient Modifier and Type Field Description private SshClientSftpFileSystemProvider. clientInstanceMethods in org.apache.sshd.sftp.client.fs that return SshClient Modifier and Type Method Description private SshClientSftpFileSystemProvider. createClient()SshClientSftpFileSystemProvider. 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, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystemProvider(SshClient client, SftpVersionSelector selector)SftpFileSystemProvider(SshClient client, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
-