| Class and Description |
|---|
| 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. |
| Exceptions and Description |
|---|
| io.netty.util.ResourceLeakException
This class will be removed in the future version.
|
| Constructor and Description |
|---|
| io.netty.util.internal.logging.CommonsLoggerFactory()
Use
CommonsLoggerFactory.INSTANCE instead. |
| io.netty.util.DomainNameMapping(int, V)
use
DomainNameMappingBuilder to create and fill the mapping instead |
| io.netty.util.DomainNameMapping(V)
use
DomainNameMappingBuilder to create and fill the mapping instead |
| io.netty.util.internal.logging.JdkLoggerFactory()
Use
JdkLoggerFactory.INSTANCE instead. |
| io.netty.util.internal.logging.Log4J2LoggerFactory()
Use
Log4J2LoggerFactory.INSTANCE instead. |
| io.netty.util.internal.logging.Log4JLoggerFactory()
Use
Log4JLoggerFactory.INSTANCE instead. |
| io.netty.util.internal.logging.Slf4JLoggerFactory()
Use
Slf4JLoggerFactory.INSTANCE instead. |
Copyright © 2008–2016 The Netty Project. All rights reserved.