| Class and Description |
|---|
| io.netty.util.concurrent.PromiseAggregator
Use
PromiseCombiner
GenericFutureListener implementation which consolidates multiple Futures
into one, by listening to individual Futures and producing an aggregated result
(success/failure) when all Futures have completed. |
| Exceptions and Description |
|---|
| io.netty.util.ResourceLeakException
This class will be removed in the future version.
|
| Constructor and Description |
|---|
| io.netty.util.DomainNameMapping(int, V)
use
DomainMappingBuilder to create and fill the mapping instead |
| io.netty.util.DomainNameMapping(V)
use
DomainMappingBuilder to create and fill the mapping instead |
Copyright © 2008–2016 The Netty Project. All rights reserved.