netty5/transport
Trustin Lee 3b2c25e8ed Rename (Server)Bootstrap.(child)initializer to (child)handler
- The handler you specify with initializer() is actually simply added
  to the pipeline and that's all.  It's ChannelInitializer which does
  additional work.  For example, a user can specify just a single
  handler with initializer() and it will still work.  This is especially
  common for Bootstrap, so I renamed initializer to handler, which makes
  more sense.
2012-06-03 01:00:16 -07:00
..
src Rename (Server)Bootstrap.(child)initializer to (child)handler 2012-06-03 01:00:16 -07:00
pom.xml Code cleanup 2012-03-30 12:48:28 +09:00