netty5/transport
Trustin Lee 506474f569 Overhaul pipeline implementation for clarity and memory efficiency
This pull request cleans up our pipeline implementation by moving most
inter-context traversal code to DefaultChannelHandlerContext.
Previously, outbound traversal was done in DefaultChannelPipeline while
inbound traversal was done in DefaultChannelHandlerContext.

Also, to address the memory inefficiency issue raised in #920, all
runnables are lazily instantiated.
2013-01-16 00:38:14 +09:00
..
src Overhaul pipeline implementation for clarity and memory efficiency 2013-01-16 00:38:14 +09:00
pom.xml [#884] Split SCTP transport into extra module 2013-01-03 22:19:06 +01:00