netty5/example/src/main/java
Trustin Lee 311f17f6ef Replace Bootstrap with ChannelBuilder and ServerChannelBuilder
- Added ChannelInitializer which is supposed to be used with the
  builders
- Echo examples use ChannelBuilder and ServerChannelBuilder now
- Replace ChannelFuture.rethrowIfFailed() with sync*()
- Bug fixes
2012-05-14 23:57:23 +09:00
..
io/netty/example Replace Bootstrap with ChannelBuilder and ServerChannelBuilder 2012-05-14 23:57:23 +09:00