| Interface and Description |
|---|
| io.netty.util.ResourceLeak
please use
ResourceLeakTracker as it may lead to false-positives. |
| Class and Description |
|---|
| io.netty.util.internal.logging.CommonsLoggerFactory
Please use
Log4J2LoggerFactory or Log4JLoggerFactory or
Slf4JLoggerFactory. |
| io.netty.util.internal.ConcurrentSet
For removal in Netty 4.2. Please use
ConcurrentHashMap#newKeySet() instead |
| io.netty.util.DomainMappingBuilder
Use
DomainNameMappingBuilder instead. |
| io.netty.util.internal.IntegerHolder
For removal in netty 4.2
|
| 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.ThreadDeathWatcher
will be removed in the next major release
|
| Exceptions and Description |
|---|
| io.netty.util.ResourceLeakException
This class will be removed in the future version.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.