netty5/codec/src
Trustin Lee 5a613f379e Make ByteBuf dynamic / Introduce an interface for composite buffers
- Replace ByteBufferBackedByteBuf with DirectByteBuf
- Make DirectByteBuf and HeapByteBuf dynamic
- Remove DynamicByteBuf
- Replace Unpooled.dynamicBuffer() with Unpooled.buffer() and
  directBuffer()
- Remove ByteBufFactory (will be replaced with ByteBufPool later)
- Add ByteBuf.Unsafe (might change in the future)
2012-07-19 20:25:47 +09:00
..
main/java/io/netty/handler/codec Make ByteBuf dynamic / Introduce an interface for composite buffers 2012-07-19 20:25:47 +09:00
test/java/io/netty/handler/codec Allow a user use any type as a ReplayingDecoder state / AIO cleanup 2012-07-09 20:40:43 +09:00