Uses of Class
com.sshtools.client.SshClient
Packages that use SshClient
Package
Description
-
Uses of SshClient in com.sshtools.client
Methods in com.sshtools.client that return SshClientModifier and TypeMethodDescriptionSshClient.PreConnectedSshClientBuilder.build()
Build a newSshClient.SshClientBuilder
set.SshClient.SshClientBuilder.build()
Build a newSshClient.SshClientBuilder
set.static SshClient
SshCompatibilityUtils.getRemoteClient
(String hostname, int port, String username, String password, boolean tcpNoDelay) SshClient.openRemoteClient
(String hostname, int port, String username) -
Uses of SshClient in com.sshtools.client.scp
Fields in com.sshtools.client.scp declared as SshClientConstructors in com.sshtools.client.scp with parameters of type SshClient -
Uses of SshClient in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp with parameters of type SshClientModifier and TypeMethodDescriptionSftpClient.SftpClientBuilder.withClient
(SshClient client) Use an existingSshClient
to create theSftpClient
.Constructors in com.sshtools.client.sftp with parameters of type SshClientModifierConstructorDescriptionSftpClient
(SshClient ssh) Deprecated, for removal: This API element is subject to removal in a future version.SftpClient
(SshClient ssh, com.sshtools.common.files.AbstractFileFactory<?> fileFactory) Deprecated, for removal: This API element is subject to removal in a future version.SftpClientTask
(SshClient ssh) -
Uses of SshClient in com.sshtools.client.tasks
Fields in com.sshtools.client.tasks with type parameters of type SshClientModifier and TypeFieldDescriptionprotected final LinkedList<SshClient>
AbstractOptimisedTask.clients
AbstractConnectionTask.AbstractConnectionTaskBuilder.clientSupplier
AbstractConnectionTask.clientSupplier
Methods in com.sshtools.client.tasks with parameters of type SshClientModifier and TypeMethodDescriptionAbstractConnectionTask.AbstractConnectionTaskBuilder.withClient
(SshClient client) Set a singleSshClient
to use.Method parameters in com.sshtools.client.tasks with type arguments of type SshClientModifier and TypeMethodDescriptionAbstractConnectionTask.AbstractConnectionTaskBuilder.withClients
(Function<Integer, SshClient> clientSupplier) Constructors in com.sshtools.client.tasks with parameters of type SshClientModifierConstructorDescriptionprotected
Deprecated, for removal: This API element is subject to removal in a future version.AbstractSessionTask
(SshClient ssh, com.sshtools.common.ssh.ChannelRequestFuture future) Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.UploadFileContentTask
(SshClient ssh, String content, String encoding, String path) Deprecated, for removal: This API element is subject to removal in a future version.UploadInputStreamTask
(SshClient ssh, InputStream input, String path) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SshClient in com.sshtools.vsession.commands.ssh
Methods in com.sshtools.vsession.commands.ssh that return SshClientModifier and TypeMethodDescriptionstatic SshClient
SshClientHelper.connectClient
(SshClientArguments arguments, VirtualConsole console) Methods in com.sshtools.vsession.commands.ssh with parameters of type SshClientModifier and TypeMethodDescriptionprotected abstract void
AbstractSshClientCommand.runCommand
(SshClient sshClient, SshClientArguments arguments, VirtualConsole console) void
SshClientCommand.runCommand
(SshClient sshClient, SshClientArguments arguments, VirtualConsole console)