| Class and Description |
|---|
| io.netty.util.internal.logging.CommonsLoggerFactory |
| io.netty.util.DomainMappingBuilder
Use
DomainNameMappingBuilder instead. |
| 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. |
| io.netty.util.UniqueName
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
| Exceptions and Description |
|---|
| io.netty.util.ResourceLeakException
This class will be removed in the future version.
|
Copyright © 2008–2016 The Netty Project. All rights reserved.