netty5/transport/src/test/java/io/netty/channel
Norman Maurer c193001696
Cleanup DefaultChannelPipeline implementation (#8811)
Motivation:

The DefaultChannelPipeline implementation can be cleaned up a bit and so we can remove the need for AbstractChannelHandlerContext all together.

Modifications:

- Merge DefautChannelHandlerContext and AbstractChannelHandlerContext
- Remove some unnecessary fields
- Some other minor cleanup

Result:

Cleaner code.
2019-01-31 07:19:00 +01:00
..
embedded remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
group Decouple EventLoop details from the IO handling for each transport to… (#8680) 2019-01-23 08:32:05 +01:00
local Remove ability to specify a custom EventExecutor when adding handlers… (#8778) 2019-01-30 13:41:42 +01:00
nio Java 8 migration: replace anonymous types with lambda (#8751) 2019-01-25 10:51:05 +01:00
socket/nio Java 8 migration: replace anonymous types with lambda (#8751) 2019-01-25 10:51:05 +01:00
AbstractChannelTest.java remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
AbstractEventLoopTest.java Remove ability to specify a custom EventExecutor when adding handlers… (#8778) 2019-01-30 13:41:42 +01:00
AdaptiveRecvByteBufAllocatorTest.java AdaptiveRecvByteBufAllocator should ramp up while reading 2017-12-03 17:25:31 -08:00
BaseChannelTest.java Decouple EventLoop details from the IO handling for each transport to… (#8680) 2019-01-23 08:32:05 +01:00
ChannelInitializerTest.java Remove ability to specify a custom EventExecutor when adding handlers… (#8778) 2019-01-30 13:41:42 +01:00
ChannelOptionTest.java Allow to get existing ChannelOption / AttributeKey from String 2015-02-18 09:29:37 +01:00
ChannelOutboundBufferTest.java Remove ability to specify a custom EventExecutor when adding handlers… (#8778) 2019-01-30 13:41:42 +01:00
CoalescingBufferQueueTest.java Java 8 migration: replace anonymous types with lambda (#8751) 2019-01-25 10:51:05 +01:00
CombinedChannelDuplexHandlerTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
CompleteChannelFutureTest.java Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00
DefaultChannelIdTest.java ByteBuf Input Stream Reference Count Ownership 2016-11-14 16:29:55 -08:00
DefaultChannelPipelineTailTest.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
DefaultChannelPipelineTest.java Cleanup DefaultChannelPipeline implementation (#8811) 2019-01-31 07:19:00 +01:00
DefaultChannelPromiseTest.java Fail fast when DefaultChannelPromise is constructed with null as Channel. 2018-01-18 18:57:42 +00:00
DelegatingChannelPromiseNotifierTest.java remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
FailedChannelFutureTest.java Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00
LoggingHandler.java Tighten contract between Channel and EventLoop by require the EventLoop on Channel construction. (#8587) 2019-01-14 20:11:13 +01:00
PendingWriteQueueTest.java Java 8 migration: replace anonymous types with lambda (#8751) 2019-01-25 10:51:05 +01:00
ReentrantChannelTest.java remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
SimpleUserEventChannelHandlerTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
SingleThreadEventLoopTest.java Java 8 migration: replace anonymous types with lambda (#8751) 2019-01-25 10:51:05 +01:00
SucceededChannelFutureTest.java Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00