See: Description
Interface | Description |
---|---|
IAbortableFuture<V> |
A future that can be aborted (cancelled or failed) at any time.
|
IDelegatingFuture<V> |
A future which state and result can be represented by other delegate future.
|
IFuture<V> |
A future that represents the result of an asynchronous operation related with
the session.
|
IFutureExecutor |
An object executing an operation associated with a future.
|
ITwoThresholdFuture<V> |
An
interface that represents a future which state is determined by two
thresholds. |
Class | Description |
---|---|
AbstractFuture<V> |
Base implementation of the
IFuture interface. |
CancelledFuture<V> |
A cancelled future
|
CompletedFuture<V> |
A completed future.
|
FailedFuture<V> |
A failed future
|
RegisterFuture<V> |
A future that represents the result of the asynchronous register methods of selector loops.
|
SessionFuturesController |
A class that holds all session's futures and controls their states based on
the session's events.
|
SuccessfulFuture<V> |
A successful future
|
TaskFuture<V> |
A future that represents the result of a asynchronous task.
|
Exception | Description |
---|---|
BlockingFutureOperationException |
An unchecked exception thrown when a user performed a blocking operation
on a future in the thread an executor uses to complete operation associated
with the future.
|
Copyright © 2017–2021 SNF4J.ORG. All rights reserved.