Uses of Class
com.sshtools.client.tasks.Task
Packages that use Task
Package
Description
-
Uses of Task in com.sshtools.client
Methods in com.sshtools.client with type parameters of type TaskModifier and TypeMethodDescriptionprotected <T extends Task>
TSshClient.doTask
(T task, long timeout) <T extends Task>
voidSshClient.runTask
(T task) <T extends Task>
voidSshClient.runTask
(T task, long timeout) Methods in com.sshtools.client that return TaskMethods in com.sshtools.client with parameters of type Task -
Uses of Task in com.sshtools.client.sftp
Subclasses of Task in com.sshtools.client.sftp -
Uses of Task in com.sshtools.client.tasks
Subclasses of Task in com.sshtools.client.tasksModifier and TypeClassDescriptionclass
Deprecated.class
class
class
AbstractOptimisedTask<TARGET,
LOCALFILE> class
AbstractSessionTask<T extends AbstractSessionChannel>
An abstract task for using the SSH sessionclass
AbstractShellTask<T extends AbstractSessionChannel>
An abstract task for starting the shell.final class
Task for executing commands.class
An SFTPTask
that downloads complete files.class
An SFTPTask
that downloads complete files to anOutputStream
.final class
An SFTPTask
that downloads complete paths in multiple chunks concurrently.final class
An SFTPTask
that uploads complete paths in multiple chunks concurrently.class
ATask
that starts a remote shell with an allocated PTY.class
An SFTPTask
that uploads complete files.class
An SFTPTask
that uploads string content to a remote file.class
An SFTPTask
that uploads complete files.class
An SFTPTask
that uploads complete files from anInputStream
.Methods in com.sshtools.client.tasks that return TaskModifier and TypeMethodDescriptionstatic <T> Task
Task.ofRunnable
(com.sshtools.common.ssh.SshConnection con, Task.TaskRunnable<T> runnable) Methods in com.sshtools.client.tasks with parameters of type Task -
Uses of Task in com.sshtools.server.callback
Methods in com.sshtools.server.callback that return TaskModifier and TypeMethodDescriptionMethods in com.sshtools.server.callback with parameters of type Task