程序包 | 说明 |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.util.concurrent |
Benchmarks for
io.netty.util.concurrent . |
限定符和类型 | 类和说明 |
---|---|
class |
ChannelPromiseAggregator
已过时。
Use
PromiseCombiner
Class which is used to consolidate multiple channel futures into one, by
listening to the individual futures and producing an aggregated result
(success/failure) when all futures have completed. |
限定符和类型 | 方法和说明 |
---|---|
PromiseAggregator<V,F> |
PromiseAggregator.add(Promise<V>... promises)
已过时。
Add the given
Promise s to the aggregator. |