netty5/common/src/main/java/io/netty/util/concurrent
Norman Maurer e038fb7b0e Deprecate UnaryPromiseNotifier
Motivation:

Users should use PromiseNotifier.cascade(...) methods and so the UnaryPromiseNotifier becomes useless.

Modifications:

- Mark UnaryPromiseNotifier as deprecated
- Replaces usages with PromiseNotifier.cascade(...)

Result:

Cleanup
2021-09-03 08:42:23 +02:00
..
AbstractEventExecutor.java Fix link in javadoc (#11022) 2021-02-12 14:40:24 +01:00
AbstractEventExecutorGroup.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
AbstractFuture.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
AbstractScheduledEventExecutor.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
BlockingOperationException.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
CompleteFuture.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultEventExecutor.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultEventExecutorChooserFactory.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultEventExecutorGroup.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultFutureListeners.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
DefaultProgressivePromise.java Utilize i.n.u.internal.ObjectUtil to assert Preconditions (commons) (#11170) (#11172) 2021-04-22 08:03:24 +02:00
DefaultPromise.java Optimize method io.netty.util.concurrent.DefaultPromise.await0(...) (#11504) 2021-07-26 08:32:53 +02:00
DefaultThreadFactory.java DefaultThreadFactory must not use Thread.currentThread() when constructed without ThreadGroup (#11119) 2021-03-26 18:44:13 +01:00
EventExecutor.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
EventExecutorChooserFactory.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
EventExecutorGroup.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
FailedFuture.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
FastThreadLocal.java Update the javadocs on FastThreadLocal (#10942) 2021-01-15 12:03:26 +01:00
FastThreadLocalRunnable.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
FastThreadLocalThread.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
Future.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
FutureListener.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
GenericFutureListener.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
GenericProgressiveFutureListener.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
GlobalEventExecutor.java Delete obsolete javadoc warning about pendingTasks() method expensiveness (#11287) 2021-05-22 09:33:45 +02:00
ImmediateEventExecutor.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
ImmediateExecutor.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MultithreadEventExecutorGroup.java Utilize i.n.u.internal.ObjectUtil to assert Preconditions (commons) (#11170) (#11172) 2021-04-22 08:03:24 +02:00
NonStickyEventExecutorGroup.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
OrderedEventExecutor.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
package-info.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
ProgressiveFuture.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
ProgressivePromise.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
Promise.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
PromiseAggregator.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
PromiseCombiner.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
PromiseNotifier.java Add PromiseNotifier static method which takes care of cancel propagation (#11494) 2021-07-21 13:37:32 +02:00
PromiseTask.java Return correct result for Futures that are returned from UnorderedThreadPoolExecutor (#11074) 2021-03-11 08:31:32 +01:00
RejectedExecutionHandler.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
RejectedExecutionHandlers.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
ScheduledFuture.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
ScheduledFutureTask.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
SingleThreadEventExecutor.java Delete obsolete javadoc warning about pendingTasks() method expensiveness (#11287) 2021-05-22 09:33:45 +02:00
SucceededFuture.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
ThreadPerTaskExecutor.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
ThreadProperties.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
UnaryPromiseNotifier.java Deprecate UnaryPromiseNotifier 2021-09-03 08:42:23 +02:00
UnorderedThreadPoolEventExecutor.java Return correct result for Futures that are returned from UnorderedThreadPoolExecutor (#11074) 2021-03-11 08:31:32 +01:00