| CancelFuture |
Cancellations may not always be effective immediately.
|
| Cancellable |
Some operation that can be cancelled.
|
| CloseFuture |
An SshFuture for asynchronous close requests.
|
| SshFuture<T extends SshFuture<T>> |
Represents the completion of an asynchronous SSH operation on a given object (it may be an SSH session or an SSH
channel).
|
| SshFutureListener<T extends SshFuture> |
Something interested in being notified when the completion of an asynchronous SSH operation : SshFuture.
|
| VerifiableFuture<T> |
Represents an asynchronous operation whose successful result can be verified somehow.
|
| WaitableFuture |
Represents an asynchronous operation which one can wait for its completion.
|
| WithException |
Something that may carry a failure exception.
|