Package io.netty.util.concurrent
Interface ScheduledFuture<V>
- All Superinterfaces:
Comparable<Delayed>
,Delayed
,Future<V>
,Future<V>
,ScheduledFuture<V>
- All Known Implementing Classes:
ScheduledFutureTask
,UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
The result of a scheduled asynchronous operation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface io.netty.util.concurrent.Future
addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess, removeListener, removeListeners, sync, syncUninterruptibly
Methods inherited from interface java.util.concurrent.Future
exceptionNow, get, get, isCancelled, isDone, resultNow, state