netty5/transport
Trustin Lee f3734e1eb9 Simplified DefaultChannelPipeline by making its list head final
- Previously, head was a volatile field which is null at the beginning.
  While iterating over the pipeline, if the loop hits null, it called
  Channel.Unsafe explicitly.
- Instead, I created an outbound handler that redirects all requests
  to the unsafe and made it a final field of the pipeline.
- As a result, DefaultChannelPipeline code became much simpler.
2012-06-03 18:51:42 -07:00
..
src Simplified DefaultChannelPipeline by making its list head final 2012-06-03 18:51:42 -07:00
pom.xml Code cleanup 2012-03-30 12:48:28 +09:00