JavaScript is disabled on your browser.
io.netty.util.concurrent
Class AbstractFuture<V>
- java.lang.Object
-
- io.netty.util.concurrent.AbstractFuture<V>
-
-
Method Summary
All Methods
| Modifier and Type |
Method and Description |
V |
get () |
V |
get (long timeout,
java.util.concurrent.TimeUnit unit) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
isCancelled, isDone
-
-
Constructor Detail
-
AbstractFuture
public AbstractFuture()
-
Method Detail
-
get
public V get(long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException,
java.util.concurrent.ExecutionException,
java.util.concurrent.TimeoutException
- Specified by:
get in interface java.util.concurrent.Future<V>
- Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.util.concurrent.TimeoutException
Copyright © 2008–2018 The Netty Project. All rights reserved.