Uses of Class
org.apache.sshd.client.SshClient
Packages that use SshClient
Package
Description
-
Uses of SshClient in org.apache.sshd.cli.client
Fields in org.apache.sshd.cli.client declared as SshClientMethods in org.apache.sshd.cli.client that return SshClientModifier and TypeMethodDescriptionstatic SshClientSshClientCliSupport.setupClient(PropertyResolver resolver, List<NamedFactory<Cipher>> ciphers, List<NamedFactory<Mac>> macs, List<NamedFactory<Compression>> compressions, Collection<? extends Path> identities, BufferedReader stdin, PrintStream stdout, PrintStream stderr, Level level, String[] args) static SshClientSshClientCliSupport.setupDefaultClient(PropertyResolver resolver, Level level, PrintStream stdout, PrintStream stderr, String... args) Methods in org.apache.sshd.cli.client with parameters of type SshClient -
Uses of SshClient in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type SshClientMethods in org.apache.sshd.client with type parameters of type SshClientModifier and TypeMethodDescriptionstatic <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 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, 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.git.transport
Fields in org.apache.sshd.git.transport declared as SshClientModifier and TypeFieldDescriptionprivate final SshClientGitSshdSession.clientprivate final SshClientGitSshdSessionFactory.clientMethods in org.apache.sshd.git.transport that return SshClientModifier and TypeMethodDescriptionprotected SshClientGitSshdSession.createClient()protected SshClientGitSshdSessionFactory.getClient()Methods in org.apache.sshd.git.transport with parameters of type SshClientModifier and TypeMethodDescriptionprotected ClientSessionGitSshdSession.createClientSession(SshClient clientInstance, String host, String username, int port, String... passwords) protected voidGitSshdSession.disconnectClient(SshClient clientInstance) Constructors in org.apache.sshd.git.transport with parameters of type SshClientModifierConstructorDescriptionGitSshdSessionFactory(SshClient client) Used to provide an externally managedSshClientinstance.protectedGitSshdSessionFactory(SshClient client, ClientSession session) -
Uses of SshClient in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as SshClientMethods in org.apache.sshd.sftp.client.fs that return SshClientModifier and TypeMethodDescriptionprivate SshClientSftpFileSystemProvider.createClient()final SshClientSftpFileSystemProvider.getClientInstance()Constructors in org.apache.sshd.sftp.client.fs with parameters of type SshClientModifierConstructorDescriptionSftpFileSystemProvider(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)