netty5/transport/src/main/java/io/netty
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
..
bootstrap Better exception message 2014-01-13 23:32:49 +09:00
channel Resurrect Channel.id() with global uniqueness 2014-02-13 15:53:07 -08:00