Uses of Enum Class
org.xnio.IoFuture.Status
Packages that use IoFuture.Status
-
Uses of IoFuture.Status in org.xnio
Methods in org.xnio that return IoFuture.StatusModifier and TypeMethodDescriptionAbstractConvertingIoFuture.await()
AbstractIoFuture.await()
Wait for the operation to complete.Wait for the operation to complete, with a timeout.FinishedIoFuture.await()
IoFuture.await()
Wait for the operation to complete.Wait for the operation to complete, with a timeout.AbstractConvertingIoFuture.awaitInterruptibly()
AbstractConvertingIoFuture.awaitInterruptibly
(long time, TimeUnit timeUnit) AbstractIoFuture.awaitInterruptibly()
Wait for the operation to complete.AbstractIoFuture.awaitInterruptibly
(long time, TimeUnit timeUnit) Wait for the operation to complete, with a timeout.FinishedIoFuture.awaitInterruptibly()
FinishedIoFuture.awaitInterruptibly
(long time, TimeUnit timeUnit) IoFuture.awaitInterruptibly()
Wait for the operation to complete.IoFuture.awaitInterruptibly
(long time, TimeUnit timeUnit) Wait for the operation to complete, with a timeout.AbstractConvertingIoFuture.getStatus()
AbstractIoFuture.getStatus()
Get the current status.FinishedIoFuture.getStatus()
IoFuture.getStatus()
Get the current status.static IoFuture.Status
Returns the enum constant of this class with the specified name.static IoFuture.Status[]
IoFuture.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.