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:
RequestFuture,Runnable
- Direct Known Subclasses:
AbstractFileTask,AbstractSessionTask
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractConnectionTask.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
ConstructorsModifierConstructorDescriptionprotectedDeprecated, for removal: This API element is subject to removal in a future version.protectedprotectedDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class com.sshtools.client.tasks.Task
ofRunnableMethods inherited from class com.sshtools.common.ssh.ConnectionAwareTask
doTask, getLastError, runMethods inherited from class com.sshtools.common.ssh.AbstractRequestFuture
addFutureListener, done, isDone, isSuccess, waitFor, waitForeverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, for removal: This API element is subject to removal in a future version.
-