Package | Description |
---|---|
com.sshtools.client | |
com.sshtools.client.sftp | |
com.sshtools.client.tasks | |
com.sshtools.server.callback |
Modifier and Type | Method and Description |
---|---|
protected <T extends Task> |
SshClient.doTask(T task,
long timeout) |
<T extends Task> |
SshClient.runTask(T task) |
<T extends Task> |
SshClient.runTask(T task,
long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
SshClient.addTask(Task task) |
Modifier and Type | Class and Description |
---|---|
class |
SftpClientTask
An abstract task that implements an SFTP client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandTask
An abstract task for executing commands.
|
class |
AbstractSessionTask<T extends AbstractSessionChannel>
An abstract task for using the SSH session
|
class |
AbstractShellTask<T extends AbstractSessionChannel>
An abstract task for starting the shell.
|
class |
DownloadFileTask |
class |
DownloadOutputStreamTask |
class |
ShellTask |
class |
StatTask |
class |
UploadFileContentTask |
class |
UploadFileTask |
class |
UploadInputStreamTask |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCallback.addTask(Task task) |
void |
Callback.addTask(Task task) |
Copyright © 2022. All rights reserved.