AbstractEventExecutor |
|
AbstractEventExecutor.LazyRunnable |
Deprecated.
|
AbstractEventExecutorGroup |
|
AbstractFuture |
Abstract Future implementation which does not allow for cancellation.
|
AbstractScheduledEventExecutor |
Abstract base class for EventExecutor s that want to support scheduling.
|
CompleteFuture |
A skeletal Future implementation which represents a Future which has been completed already.
|
DefaultEventExecutorChooserFactory |
Default implementation which uses simple round-robin to choose next EventExecutor .
|
DefaultPromise |
|
EventExecutor |
|
EventExecutorChooserFactory |
|
EventExecutorChooserFactory.EventExecutorChooser |
|
EventExecutorGroup |
|
Future |
The result of an asynchronous operation.
|
FutureListener |
|
GenericFutureListener |
Listens to the result of a Future .
|
GlobalEventExecutor |
|
ImmediateEventExecutor |
Executes Runnable objects in the caller's thread.
|
ImmediateExecutor |
Executor which execute tasks in the callers thread.
|
MockTicker |
A fake Ticker that allows the caller control the flow of time.
|
MultithreadEventExecutorGroup |
Abstract base class for EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time.
|
OrderedEventExecutor |
Marker interface for EventExecutor s that will process all submitted tasks in an ordered / serial fashion.
|
ProgressiveFuture |
A Future which is used to indicate the progress of an operation.
|
ProgressivePromise |
|
Promise |
Special Future which is writable.
|
PromiseAggregator |
Deprecated.
|
RejectedExecutionHandler |
|
ScheduledFuture |
The result of a scheduled asynchronous operation.
|
SingleThreadEventExecutor |
Abstract base class for OrderedEventExecutor 's that execute all its submitted tasks in a single thread.
|
ThreadAwareExecutor |
Executor that is aware its execution thread.
|
ThreadProperties |
|
Ticker |
A nanosecond-based time source, e.g.
|