| 接口 | 描述 |
|---|---|
| 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.