netty5/transport/src/test/java/io/netty/channel
Trustin Lee 79e236dfc2 Make EventExecutor.shutdownGracefully() return Future
- Also added EventExecutor.terminationFuture()
- Also fixed type signature problem with Future.add/removeListener()
- Related issue: #1389
2013-06-12 08:00:54 +09:00
..
group Make EventExecutor.shutdownGracefully() return Future 2013-06-12 08:00:54 +09:00
local Make EventExecutor.shutdownGracefully() return Future 2013-06-12 08:00:54 +09:00
nio Make EventExecutor.shutdownGracefully() return Future 2013-06-12 08:00:54 +09:00
AbstractEventLoopTest.java Revamp the core API to reduce memory footprint and consumption 2013-06-10 16:10:39 +09:00
CompleteChannelFutureTest.java [#1065] Provide Future/Promise without channel reference 2013-03-07 07:21:37 +01:00
DefaultChannelPipelineTest.java Make EventExecutor.shutdownGracefully() return Future 2013-06-12 08:00:54 +09:00
FailedChannelFutureTest.java [#1065] Provide Future/Promise without channel reference 2013-03-07 07:21:37 +01:00
SingleThreadEventLoopTest.java Introduce EventExecutor.shutdownGracefully() that deprecates shutdown() 2013-05-01 10:52:38 +09:00
SucceededChannelFutureTest.java [#1065] Provide Future/Promise without channel reference 2013-03-07 07:21:37 +01:00