Uses of Package
com.sshtools.client.tasks
Packages that use com.sshtools.client.tasks
Package
Description
-
Classes in com.sshtools.client.tasks used by com.sshtools.client
-
Classes in com.sshtools.client.tasks used by com.sshtools.client.scp
-
Classes in com.sshtools.client.tasks used by com.sshtools.client.sftpClassDescriptionAn abstract task for connecting to an SSH subsystem.Interface for monitoring the state of a file transfer
-
Classes in com.sshtools.client.tasks used by com.sshtools.client.shell
-
Classes in com.sshtools.client.tasks used by com.sshtools.client.tasksClassDescriptionDeprecated.Interface to be implemented by classes that monitor the progress of file transfers and output feedback.An abstract task for using the SSH sessionBuilder for
AbstractSessionTask
.An abstract task for starting the shell.Task for executing commands.Builder forCommandTask
.Functional interface for tasks run on certain command task events.An SFTPTask
that downloads complete files.Builder forDownloadFileTask
.An SFTPTask
that downloads complete files to anOutputStream
.Builder forDownloadOutputStreamTask
.Interface for monitoring the state of a file transferAn SFTPTask
that downloads complete paths in multiple chunks concurrently.Builder forPullTask
.An SFTPTask
that uploads complete paths in multiple chunks concurrently.Builder forPushTask
.ATask
that starts a remote shell with an allocated PTY.Builder forShellTask
.Functional interface for tasks run on certain shell events.An SFTPTask
that uploads complete files.Builder forStatTask
.An SFTPTask
that uploads string content to a remote file.Builder forUploadFileContentTask
.An SFTPTask
that uploads complete files.Builder forUploadFileTask
.An SFTPTask
that uploads complete files from anInputStream
.Builder forUploadInputStreamTask
. -
Classes in com.sshtools.client.tasks used by com.sshtools.server.callback