Package com.sshtools.client.tasks
Class AbstractConnectionTask
java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.common.ssh.ConnectionAwareTask
com.sshtools.client.tasks.Task
com.sshtools.client.tasks.AbstractConnectionTask
- All Implemented Interfaces:
com.sshtools.common.ssh.RequestFuture
,Runnable
- Direct Known Subclasses:
AbstractFileTask
,AbstractSessionTask
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AbstractConnectionTask.AbstractConnectionTaskBuilder<B extends AbstractConnectionTask.AbstractConnectionTaskBuilder<B,
T>, T extends AbstractConnectionTask> Nested classes/interfaces inherited from class com.sshtools.client.tasks.Task
Task.TaskRunnable<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.sshtools.common.ssh.ConnectionAwareTask
con, lastError
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated, for removal: This API element is subject to removal in a future version.protected
protected
AbstractConnectionTask
(com.sshtools.common.ssh.SshConnection con) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class com.sshtools.client.tasks.Task
ofRunnable
Methods inherited from class com.sshtools.common.ssh.ConnectionAwareTask
doTask, getLastError, run
Methods inherited from class com.sshtools.common.ssh.AbstractRequestFuture
addFutureListener, done, isDone, isSuccess, waitFor, waitForever
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sshtools.common.ssh.RequestFuture
isDoneAndSuccess
-
Field Details
-
clientSupplier
-
-
Constructor Details
-
AbstractConnectionTask
-
AbstractConnectionTask
Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractConnectionTask
@Deprecated(since="3.1.0", forRemoval=true) protected AbstractConnectionTask(com.sshtools.common.ssh.SshConnection con) Deprecated, for removal: This API element is subject to removal in a future version.
-