| Package | Description |
|---|---|
| org.apache.sshd.common.future |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCancelFuture
A default implementation of a
CancelFuture. |
| Modifier and Type | Method and Description |
|---|---|
CancelFuture |
Cancellable.cancel()
Attempts to cancel the operation.
|
CancelFuture |
DefaultCancellableSshFuture.cancel() |
protected CancelFuture |
DefaultSshFuture.createCancellation()
Creates a
CancelFuture if this future can be canceled. |
protected CancelFuture |
DefaultCancellableSshFuture.createCancellation() |
CancelFuture |
Cancellable.getCancellation()
Retrieves the
CancelFuture, if Cancellable.cancel() had been called. |
CancelFuture |
DefaultCancellableSshFuture.getCancellation() |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.