Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
Modifier and Type | Method and Description |
---|---|
IoFuture.Status |
IoFuture.await()
Wait for the operation to complete.
|
IoFuture.Status |
FinishedIoFuture.await() |
IoFuture.Status |
AbstractIoFuture.await()
Wait for the operation to complete.
|
IoFuture.Status |
AbstractConvertingIoFuture.await() |
IoFuture.Status |
IoFuture.await(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout.
|
IoFuture.Status |
FinishedIoFuture.await(long time,
TimeUnit timeUnit) |
IoFuture.Status |
AbstractIoFuture.await(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout.
|
IoFuture.Status |
AbstractConvertingIoFuture.await(long time,
TimeUnit timeUnit) |
IoFuture.Status |
IoFuture.awaitInterruptibly()
Wait for the operation to complete.
|
IoFuture.Status |
FinishedIoFuture.awaitInterruptibly() |
IoFuture.Status |
AbstractIoFuture.awaitInterruptibly()
Wait for the operation to complete.
|
IoFuture.Status |
AbstractConvertingIoFuture.awaitInterruptibly() |
IoFuture.Status |
IoFuture.awaitInterruptibly(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout.
|
IoFuture.Status |
FinishedIoFuture.awaitInterruptibly(long time,
TimeUnit timeUnit) |
IoFuture.Status |
AbstractIoFuture.awaitInterruptibly(long time,
TimeUnit timeUnit)
Wait for the operation to complete, with a timeout.
|
IoFuture.Status |
AbstractConvertingIoFuture.awaitInterruptibly(long time,
TimeUnit timeUnit) |
IoFuture.Status |
IoFuture.getStatus()
Get the current status.
|
IoFuture.Status |
FinishedIoFuture.getStatus() |
IoFuture.Status |
AbstractIoFuture.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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.