..
AbstractEventExecutor.java
Add NonStickyEventExecutorGroup
2016-08-04 06:30:59 +02:00
AbstractEventExecutorGroup.java
Synchronized between 4.1 and master
2014-04-25 00:38:02 +09:00
AbstractFuture.java
AbstractFuture should not wrap CancellationException
2015-12-11 10:24:08 -08:00
AbstractScheduledEventExecutor.java
Use shaded dependency on JCTools instead of copy and paste
2016-06-10 13:19:45 +02:00
BlockingOperationException.java
[ #1065 ] Provide Future/Promise without channel reference
2013-03-07 07:21:37 +01:00
CompleteFuture.java
Just some tiny javadocs optimizations
2013-07-14 16:02:03 +02:00
DefaultEventExecutor.java
Allow to inject RejectedExecutionHandler for different EventLoops and EventExecutors
2016-06-24 17:08:30 +02:00
DefaultEventExecutorChooserFactory.java
Allow to specify a custom EventExecutorChooserFactory. Related to [ #1230 ]
2016-06-06 11:04:56 +02:00
DefaultEventExecutorGroup.java
Allow to inject RejectedExecutionHandler for different EventLoops and EventExecutors
2016-06-24 17:08:30 +02:00
DefaultFutureListeners.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
DefaultProgressivePromise.java
Update HttpStaticFileServer example / Fix bugs related with progress notification
2013-07-19 13:21:32 +09:00
DefaultPromise.java
Avoid missed signals on a default promise
2016-07-12 09:57:14 +02:00
DefaultThreadFactory.java
Non-sticky thread groups in DefaultThreadFactory
2016-07-14 22:06:40 +02:00
EventExecutor.java
Clean-up unused imports
2016-09-30 09:08:50 +02:00
EventExecutorChooserFactory.java
Allow to specify a custom EventExecutorChooserFactory. Related to [ #1230 ]
2016-06-06 11:04:56 +02:00
EventExecutorGroup.java
Clean-up unused imports
2016-09-30 09:08:50 +02:00
FailedFuture.java
Let EventExecutor return our Future to allow the user to work also with FutureListener here. Also add a special ScheduledFuture that extends our Future for this purpose.
2013-03-19 10:45:42 +01:00
FastThreadLocal.java
Fixing minor typo in FastThreadLocal javadoc.
2014-12-08 13:52:54 +01:00
FastThreadLocalThread.java
Refactor FastThreadLocal to simplify TLV management
2014-06-19 21:13:55 +09:00
Future.java
Clarify Future.removeListener[s] javaDocs
2016-06-08 15:48:26 -07:00
FutureListener.java
Let EventExecutor return our Future to allow the user to work also with FutureListener here. Also add a special ScheduledFuture that extends our Future for this purpose.
2013-03-19 10:45:42 +01:00
GenericFutureListener.java
Let EventExecutor return our Future to allow the user to work also with FutureListener here. Also add a special ScheduledFuture that extends our Future for this purpose.
2013-03-19 10:45:42 +01:00
GenericProgressiveFutureListener.java
Implement ProgressivePromise notification in NIO byte channels and ChunkedWriteHandler
2013-07-19 12:53:23 +09:00
GlobalEventExecutor.java
Non-sticky thread groups in DefaultThreadFactory
2016-07-14 22:06:40 +02:00
ImmediateEventExecutor.java
DefaultPromise StackOverflowError protection updates
2016-06-02 09:22:47 -07:00
ImmediateExecutor.java
[ #1369 ] Move ImmediateEventExecutor to common and let it access via a static
2013-05-17 21:35:01 +02:00
MultithreadEventExecutorGroup.java
Allow to specify a custom EventExecutorChooserFactory. Related to [ #1230 ]
2016-06-06 11:04:56 +02:00
NonStickyEventExecutorGroup.java
Add NonStickyEventExecutorGroup
2016-08-04 06:30:59 +02:00
OrderedEventExecutor.java
[ #5486 ] Not operate on serial execution assumption when using EventExecutor in the DefaultChannelPipeline.
2016-07-07 15:01:56 +02:00
package-info.java
[ #1065 ] Provide Future/Promise without channel reference
2013-03-07 07:21:37 +01:00
ProgressiveFuture.java
Make EventExecutor.shutdownGracefully() return Future
2013-06-12 08:00:54 +09:00
ProgressivePromise.java
Make EventExecutor.shutdownGracefully() return Future
2013-06-12 08:00:54 +09:00
Promise.java
Make EventExecutor.shutdownGracefully() return Future
2013-06-12 08:00:54 +09:00
PromiseAggregator.java
Deprecate PromiseAggregator
2016-03-14 10:53:30 -07:00
PromiseCombiner.java
Deprecate PromiseAggregator
2016-03-14 10:53:30 -07:00
PromiseNotifier.java
Log more details if notification of promise fails in PromiseNotifier and AbstractChannelHandlerContext
2016-09-07 06:55:38 +02:00
PromiseTask.java
Small performance improvements
2014-11-20 00:10:06 -05:00
RejectedExecutionHandler.java
Allow to inject RejectedExecutionHandler for different EventLoops and EventExecutors
2016-06-24 17:08:30 +02:00
RejectedExecutionHandlers.java
Allow to inject RejectedExecutionHandler for different EventLoops and EventExecutors
2016-06-24 17:08:30 +02:00
ScheduledFuture.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
ScheduledFutureTask.java
Ensure cancelled scheduled tasks can be GC'ed ASAP
2015-07-19 16:51:12 +02:00
SingleThreadEventExecutor.java
[ #4241 ] Ensure NioEventLoopGroup.shutdownGracefully(...) with no quiet period shutdown as fast as expected.
2016-08-05 07:21:17 +02:00
SucceededFuture.java
Let EventExecutor return our Future to allow the user to work also with FutureListener here. Also add a special ScheduledFuture that extends our Future for this purpose.
2013-03-19 10:45:42 +01:00
ThreadPerTaskExecutor.java
ability to use Executor instead of ThreadFactory
2014-02-13 16:14:41 -08:00
ThreadProperties.java
Allow to get details of the Thread that powers a SingleThreadEventExecutor.
2015-08-28 15:34:19 +02:00
UnaryPromiseNotifier.java
PromiseNotifier does not propagate cancel events
2016-02-19 10:16:04 -08:00
UnorderedThreadPoolEventExecutor.java
[ #5486 ] Not operate on serial execution assumption when using EventExecutor in the DefaultChannelPipeline.
2016-07-07 15:01:56 +02:00