Package io.netty.util.concurrent
Interface ScheduledFuture<V>
-
- All Superinterfaces:
Comparable<Delayed>
,Delayed
,Future<V>
,Future<V>
,ScheduledFuture<V>
public interface ScheduledFuture<V> extends Future<V>, ScheduledFuture<V>
The result of a scheduled asynchronous operation.
-
-
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
get, get, isCancelled, isDone
-
-