| Package | Description |
|---|---|
| io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
| Class and Description |
|---|
| AbstractEventExecutor
Abstract base class for
EventExecutor implementations. |
| AbstractEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations. |
| AbstractFuture
Abstract
Future implementation which does not allow for cancellation. |
| CompleteFuture |
| DefaultPromise |
| EventExecutor
The
EventExecutor is a special EventExecutorGroup which comes
with some handy methods to see if a Thread is executed in a event loop. |
| EventExecutorGroup
The
EventExecutorGroup is responsible to provide EventExecutor's to use via its
EventExecutorGroup.next() method. |
| Future
The result of an asynchronous operation.
|
| GenericFutureListener
Listens to the result of a
Future. |
| GlobalEventExecutor
Single-thread singleton
EventExecutor. |
ImmediateEventExecutor
AbstractEventExecutor which execute tasks in the callers thread. |
ImmediateExecutor
Executor which execute tasks in the callers thread. |
| MultithreadEventExecutorGroup
Abstract base class for
EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time. |
| ProgressiveFuture
A
Future which is used to indicate the progress of an operation. |
| ProgressivePromise
Special
ProgressiveFuture which is writable. |
| Promise
Special
Future which is writable. |
| ScheduledFuture
The result of an scheduled asynchronous operation.
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.