netty5/transport/src/main/java/io/netty
Trustin Lee 0dcf352f4c Vastly simplified ByteBufProcessor and MessageListProcessor
- Related: #1378
- They now accept only one argument.
- A user who wants to use a buffer for more complex use cases, he or she can always access the buffer directly via memoryAddress() and array()
2013-06-28 20:29:00 +09:00
..
bootstrap Merge ChannelInboundConsumingHandler into SimpleChannelInboundHandler 2013-06-25 11:07:14 +09:00
channel Vastly simplified ByteBufProcessor and MessageListProcessor 2013-06-28 20:29:00 +09:00