netty5/handler/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 Make ByteBuf dynamic / Introduce an interface for composite buffers 2012-07-19 20:25:47 +09:00
test/java/io/netty/handler Automatic clean-up with Eclipse 2012-06-11 23:04:04 +09:00