Package org.xnio
Class FailedIoFuture<T>
java.lang.Object
org.xnio.AbstractIoFuture<T>
org.xnio.FailedIoFuture<T>
- Type Parameters:
T
- the type of result that this operation produces
- All Implemented Interfaces:
Cancellable
,IoFuture<T>
An implementation of
IoFuture
that represents an immediately-failed operation.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.xnio.IoFuture
IoFuture.HandlingNotifier<T,
A>, IoFuture.Notifier<T, A>, IoFuture.Status -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xnio.AbstractIoFuture
addCancelHandler, addNotifier, await, await, awaitInterruptibly, awaitInterruptibly, get, getException, getInterruptibly, getNotifierExecutor, getStatus, runNotifier, setCancelled, setException, setResult
-
Constructor Details
-
FailedIoFuture
Create an instance.- Parameters:
e
- the failure cause
-
-
Method Details
-
cancel
Cancel the operation. Since this operation is always complete, this is a no-op.- Specified by:
cancel
in interfaceCancellable
- Specified by:
cancel
in interfaceIoFuture<T>
- Overrides:
cancel
in classAbstractIoFuture<T>
- Returns:
- this instance
-