软件包 | 描述 |
---|---|
io.netty.channel |
核心通道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
io.netty.util.concurrent |
并发/异步任务的实用程序类。
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelPromiseAggregator
已过时。
使用
PromiseCombiner 通过收听单个期货并在所有期货完成时产生汇总结果(成功/失败),用于将多种渠道期货合并成一个类。
|
Modifier and Type | Method and Description |
---|---|
PromiseAggregator<V,F> |
PromiseAggregator.add(Promise<V>... promises)
已过时。
将给定的 Promise 添加到聚合器。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.