netty5/transport/src
Trustin Lee 44daa99d3f [#530] Allow using a bounded ByteBuf as the first inbound buffer
- Clean up
- Do not stop reading when reached at maxCapacity.
  - Just let handler drain the buffer and try again quickly.
- No more magic number in OIO buffer expansion
2012-08-19 14:48:56 +09:00
..
main/java/io/netty [#530] Allow using a bounded ByteBuf as the first inbound buffer 2012-08-19 14:48:56 +09:00
test/java/io/netty/channel [#59] Make ChannelFuture implement Future<Void> 2012-08-18 22:53:58 +09:00