public abstract class ConnectionAwareTask extends AbstractRequestFuture implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected SshConnection |
con |
| Constructor and Description |
|---|
ConnectionAwareTask(SshConnection con) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doTask() |
java.lang.Throwable |
getLastError() |
void |
run() |
addFutureListener, done, isDone, isSuccess, waitFor, waitForeverprotected final SshConnection con
public ConnectionAwareTask(SshConnection con)
Copyright © 2022. All rights reserved.