| Package | Description |
|---|---|
| xapi.io.api | |
| xapi.io.impl | |
| xapi.process.api | |
| xapi.util.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOCallback<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingIOCallback<V> |
| Modifier and Type | Method and Description |
|---|---|
IORequest<V> |
IORequestBuilder.send(SuccessHandler<V> onSuccess) |
| Constructor and Description |
|---|
DelegatingIOCallback(SuccessHandler<V> success) |
DelegatingIOCallback(SuccessHandler<V> success,
ErrorHandler<Throwable> failure) |
| Modifier and Type | Class and Description |
|---|---|
class |
IOCallbackDefault<V> |
| Modifier and Type | Method and Description |
|---|---|
IORequest<Out> |
IORequestBuilderDefault.send(SuccessHandler<Out> handler) |
| Modifier and Type | Method and Description |
|---|---|
RemovalHandler |
AsyncCondition.await(SuccessHandler<Pair<AsyncLock,AsyncCondition>> onAcquire)
Waits indefinitely for the given condition.
|
RemovalHandler |
AsyncCondition.awaitWithDeadline(SuccessHandler<Pair<AsyncLock,AsyncCondition>> onAcquire,
float millisToWait)
The same rules as
AsyncCondition.await(SuccessHandler), but with a millisecond
timeout that will share a notification pool, so a minimum of threads
are needed to simply check deadlines and cancel / notify / continue. |
RemovalHandler |
AsyncLock.lock(SuccessHandler<AsyncLock> onLocked) |
| Modifier and Type | Field and Description |
|---|---|
static SuccessHandler |
SuccessHandler.NO_OP |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.