Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
Modifier and Type | Class and Description |
---|---|
class |
FutureResult<T>
A result with a corresponding
IoFuture instance. |
class |
TranslatingResult<T,O>
Abstract base class for
Result s which translate from one type to another. |
Modifier and Type | Method and Description |
---|---|
static <T> IoFuture.Notifier<T,Result<T>> |
IoUtils.resultNotifier()
Get the result notifier.
|
Constructor and Description |
---|
TranslatingResult(Result<O> output) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.