..
AbstractEventExecutor.java
Add EventExecutor.children() in favor of iterator()
2014-03-24 12:32:55 +09: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
Ensure cancelled scheduled tasks can be GC'ed ASAP
2015-07-19 16:51:12 +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
Synchronized between 4.1 and master
2014-04-25 00:38:02 +09:00
DefaultEventExecutorGroup.java
ability to use Executor instead of ThreadFactory
2014-02-13 16:14:41 -08: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
DefaultPromise LateListener notification order
2015-11-20 09:30:35 -08:00
DefaultThreadFactory.java
Refactor FastThreadLocal to simplify TLV management
2014-06-19 21:13:55 +09:00
EventExecutor.java
Minor idiomatic changes to java docs
2015-02-04 08:28:29 +01:00
EventExecutorGroup.java
Minor idiomatic changes to java docs
2015-02-04 08:28:29 +01: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
Fix types in javadocs
2013-07-22 19:14:36 +02: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
[ #4357 ] Fix possible assert error in GlobalEventExecutor
2015-10-16 20:56:25 +02:00
ImmediateEventExecutor.java
Synchronized between 4.1 and master
2014-04-25 00:38:02 +09: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
Add EventExecutor.children() in favor of iterator()
2014-03-24 12:32:55 +09: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
Fix errors reported by javadoc
2015-12-27 08:36:45 +01:00
PromiseNotifier.java
Fix possible IllegalStateException caused by closeNotifyTimeout when using SslHandler
2015-05-06 21:50:16 +02:00
PromiseTask.java
Small performance improvements
2014-11-20 00:10:06 -05: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
Allow to get details of the Thread that powers a SingleThreadEventExecutor.
2015-08-28 15:34:19 +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