Uses of Enum
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.StatusReturns 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.