netty5/codec/src
Trustin Lee 65c2a6ed46 Make ByteBuf an abstract class rather than an interface
- 5% improvement in throughput (HelloWorldServer example)
- Made CompositeByteBuf a concrete class (renamed from DefaultCompositeByteBuf) because there's no multiple inheritance in Java

Fixes #1536
2013-07-08 14:59:52 +09:00
..
main/java/io/netty/handler/codec Make ByteBuf an abstract class rather than an interface 2013-07-08 14:59:52 +09:00
test/java/io/netty/handler/codec [#1532] Remove @deprecated ByteBufIndexFinder and all methods that take it as argument 2013-07-06 20:14:53 +02:00