Interface and Description |
---|
io.netty.util.concurrent.AbstractEventExecutor.LazyRunnable
override
SingleThreadEventExecutor.wakesUpForTask(java.lang.Runnable) to re-create this behaviour |
io.netty.util.ResourceLeak
please use
ResourceLeakTracker as it may lead to false-positives. |
io.netty.util.concurrent.SingleThreadEventExecutor.NonWakeupRunnable
override
SingleThreadEventExecutor.wakesUpForTask(java.lang.Runnable) to re-create this behaviour |
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
DomainWildcardMappingBuilder instead. |
io.netty.util.DomainNameMapping |
io.netty.util.DomainNameMappingBuilder |
io.netty.util.internal.IntegerHolder
For removal in netty 4.2
|
io.netty.util.concurrent.PromiseAggregator
Use
PromiseCombiner(EventExecutor) .
GenericFutureListener implementation which consolidates multiple Future s
into one, by listening to individual Future s and producing an aggregated result
(success/failure) when all Future s have completed. |
io.netty.util.ThreadDeathWatcher
will be removed in the next major release
|
io.netty.util.concurrent.UnaryPromiseNotifier |
Exceptions and Description |
---|
io.netty.util.ResourceLeakException
This class will be removed in the future version.
|
Field and 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.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.