-
Interfaces Interface Description io.netty.util.concurrent.AbstractEventExecutor.LazyRunnable overrideSingleThreadEventExecutor.wakesUpForTask(java.lang.Runnable)to re-create this behaviourio.netty.util.concurrent.SingleThreadEventExecutor.NonWakeupRunnable overrideSingleThreadEventExecutor.wakesUpForTask(java.lang.Runnable)to re-create this behaviourio.netty.util.internal.ObjectPool.ObjectCreator For removal. Please useRecycler()instead.io.netty.util.ResourceLeak please useResourceLeakTrackeras it may lead to false-positives.
-
Classes Class Description io.netty.util.concurrent.PromiseAggregator UsePromiseCombiner(EventExecutor).GenericFutureListenerimplementation which consolidates multipleFutures into one, by listening to individualFutures and producing an aggregated result (success/failure) when allFutures have completed.io.netty.util.concurrent.UnaryPromiseNotifier io.netty.util.concurrent.UnorderedThreadPoolEventExecutor The behavior of this event executor deviates from the typical Netty execution model and can cause subtle issues as a result. Applications that wish to process messages with greater parallelism, should instead do explicit off-loading to their own thread-pools.io.netty.util.DomainMappingBuilder UseDomainWildcardMappingBuilderinstead.io.netty.util.DomainNameMapping io.netty.util.DomainNameMappingBuilder io.netty.util.internal.ConcurrentSet For removal in Netty 4.2. Please useConcurrentHashMap.newKeySet()insteadio.netty.util.internal.IntegerHolder For removal in netty 4.2io.netty.util.internal.logging.CommonsLoggerFactory io.netty.util.internal.ReferenceCountUpdater Instead of extending this class, prefer instead to include aRefCntfield and delegate to that. This approach has better compatibility with Graal Native Image.io.netty.util.internal.ThreadLocalRandom io.netty.util.ThreadDeathWatcher will be removed in the next major release
-
Exceptions Exceptions Description io.netty.util.ResourceLeakException This class will be removed in the future version.
-
Annotation Types Annotation Type Description io.netty.util.internal.SuppressJava6Requirement
-
Fields Field Description io.netty.util.internal.InternalThreadLocalMap.rp1 These padding fields will be removed in the future.io.netty.util.internal.InternalThreadLocalMap.rp2 These padding fields will be removed in the future.io.netty.util.internal.InternalThreadLocalMap.rp3 These padding fields will be removed in the future.io.netty.util.internal.InternalThreadLocalMap.rp4 These padding fields will be removed in the future.io.netty.util.internal.InternalThreadLocalMap.rp5 These padding fields will be removed in the future.io.netty.util.internal.InternalThreadLocalMap.rp6 These padding fields will be removed in the future.io.netty.util.internal.InternalThreadLocalMap.rp7 These padding fields will be removed in the future.io.netty.util.internal.InternalThreadLocalMap.rp8 These padding fields will be removed in the future.
-
Constructors Constructor Description io.netty.util.concurrent.PromiseCombiner() io.netty.util.DomainNameMapping(V) useDomainNameMappingBuilderto create and fill the mapping insteadio.netty.util.internal.logging.CommonsLoggerFactory() UseCommonsLoggerFactory.INSTANCEinstead.io.netty.util.internal.logging.JdkLoggerFactory() UseJdkLoggerFactory.INSTANCEinstead.io.netty.util.internal.logging.Log4J2LoggerFactory() UseLog4J2LoggerFactory.INSTANCEinstead.io.netty.util.internal.logging.Log4JLoggerFactory() UseLog4JLoggerFactory.INSTANCEinstead.io.netty.util.internal.logging.Slf4JLoggerFactory() UseSlf4JLoggerFactory.INSTANCEinstead.io.netty.util.LeakPresenceDetector(Class<?>, int) io.netty.util.Recycler(int, int) io.netty.util.ResourceLeakDetector(Class<?>)