|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoFuture.Status | |
|---|---|
| org.xnio | The main API package for XNIO. |
| Uses of IoFuture.Status in org.xnio |
|---|
| Methods in org.xnio that return IoFuture.Status | |
|---|---|
IoFuture.Status |
AbstractIoFuture.await()
Wait for the operation to complete. |
IoFuture.Status |
IoFuture.await()
Wait for the operation to complete. |
IoFuture.Status |
AbstractConvertingIoFuture.await()
|
IoFuture.Status |
AbstractIoFuture.await(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout. |
IoFuture.Status |
IoFuture.await(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout. |
IoFuture.Status |
AbstractConvertingIoFuture.await(long time,
TimeUnit timeUnit)
|
IoFuture.Status |
AbstractIoFuture.awaitInterruptibly()
Wait for the operation to complete. |
IoFuture.Status |
IoFuture.awaitInterruptibly()
Wait for the operation to complete. |
IoFuture.Status |
AbstractConvertingIoFuture.awaitInterruptibly()
|
IoFuture.Status |
AbstractIoFuture.awaitInterruptibly(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout. |
IoFuture.Status |
IoFuture.awaitInterruptibly(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout. |
IoFuture.Status |
AbstractConvertingIoFuture.awaitInterruptibly(long time,
TimeUnit timeUnit)
|
IoFuture.Status |
AbstractIoFuture.getStatus()
Get the current status. |
IoFuture.Status |
IoFuture.getStatus()
Get the current status. |
IoFuture.Status |
AbstractConvertingIoFuture.getStatus()
|
static IoFuture.Status |
IoFuture.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IoFuture.Status[] |
IoFuture.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||