接口 | 描述 |
---|---|
EventExecutor |
EventExecutor 是一个特殊的EventExecutorGroup ,它提供了一些方便的方法来查看Thread 是否在事件循环中执行。
|
EventExecutorChooserFactory | |
EventExecutorChooserFactory.EventExecutorChooser |
选择下一个 EventExecutor 使用。
|
EventExecutorGroup | |
Future<V> |
异步操作的结果。
|
FutureListener<V> |
为便于隐藏类型参数的子类型 GenericFutureListener 。
|
GenericFutureListener<F extends Future<?>> |
听取 Future 的结果。
|
GenericProgressiveFutureListener<F extends ProgressiveFuture<?>> | |
OrderedEventExecutor |
用于 EventExecutor 的标记接口,将以有序/串行方式处理所有提交的任务。
|
ProgressiveFuture<V> |
A Future 用于指示操作的进度。
|
ProgressivePromise<V> |
特别 ProgressiveFuture 这是可写的。
|
Promise<V> |
特别 Future 这是可写的。
|
RejectedExecutionHandler |
类似于 RejectedExecutionHandler 但是特定于SingleThreadEventExecutor 。
|
ScheduledFuture<V> |
预定的异步操作的结果。
|
ThreadProperties |
公开
Thread 详细信息。
|
异常 | 描述 |
---|---|
BlockingOperationException |
当用户在事件循环线程中时,用户执行阻止操作时引发的
IllegalStateException 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.