netty5/transport-udt/src
Trustin Lee b7797917ab Deprecate Bootstrap.shutdown() and use EventLoopGroup.shutdown() wherever possible
There are still some tests that use Bootstrap.shutdown() though.  They need non-trivial refactoring, which will come soon.
2013-04-03 16:15:33 +09:00
..
main/java/io/netty/channel/udt Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf 2013-03-08 08:20:46 +01:00
test Deprecate Bootstrap.shutdown() and use EventLoopGroup.shutdown() wherever possible 2013-04-03 16:15:33 +09:00