netty5/buffer/src
Trustin Lee 40003ed250 Resurrect Channel.id() with global uniqueness
- Fixes #1810
- Add a new interface ChannelId and its default implementation which generates globally unique channel ID.
- Replace AbstractChannel.hashCode with ChannelId.hashCode() and ChannelId.shortValue()
- Add variants of ByteBuf.hexDump() which accept byte[] instead of ByteBuf.
2014-02-13 15:53:07 -08:00
..
main/java/io/netty/buffer Resurrect Channel.id() with global uniqueness 2014-02-13 15:53:07 -08:00
test/java/io/netty/buffer Fix all leaks reported during tests 2013-12-07 00:44:56 +09:00