JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
io.netty.util.concurrent
Interface ScheduledFuture<V>
-
- All Superinterfaces:
- java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.Delayed, java.util.concurrent.Future<V>, java.util.concurrent.ScheduledFuture<V>
public interface ScheduledFuture<V>
extends Future<V>, java.util.concurrent.ScheduledFuture<V>
The result of an scheduled asynchronous operation.
-
-
Method Summary
-
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.Delayed
getDelay
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface java.util.concurrent.Future
get, get, isCancelled, isDone
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2008–2018 The Netty Project. All rights reserved.