-
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.ResourceLeak please useResourceLeakTracker
as it may lead to false-positives.
-
Classes Class Description io.netty.util.concurrent.PromiseAggregator UsePromiseCombiner(EventExecutor)
.GenericFutureListener
implementation which consolidates multipleFuture
s into one, by listening to individualFuture
s and producing an aggregated result (success/failure) when allFuture
s have completed.io.netty.util.concurrent.UnaryPromiseNotifier io.netty.util.DomainMappingBuilder UseDomainWildcardMappingBuilder
instead.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.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) useDomainNameMappingBuilder
to create and fill the mapping insteadio.netty.util.internal.logging.CommonsLoggerFactory() UseCommonsLoggerFactory.INSTANCE
instead.io.netty.util.internal.logging.JdkLoggerFactory() UseJdkLoggerFactory.INSTANCE
instead.io.netty.util.internal.logging.Log4J2LoggerFactory() UseLog4J2LoggerFactory.INSTANCE
instead.io.netty.util.internal.logging.Log4JLoggerFactory() UseLog4JLoggerFactory.INSTANCE
instead.io.netty.util.internal.logging.Slf4JLoggerFactory() UseSlf4JLoggerFactory.INSTANCE
instead.io.netty.util.Recycler(int, int) io.netty.util.ResourceLeakDetector(Class<?>)