netty5/example
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/main/java/io/netty/example Rename (Server)Bootstrap.(child)initializer to (child)handler 2012-06-03 01:00:16 -07:00
pom.xml Removed the modules that are not part of 4.0.0.Alpha1 2012-05-27 19:28:28 -07:00