netty5/handler
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
..
src Make ByteBuf dynamic / Introduce an interface for composite buffers 2012-07-19 20:25:47 +09:00
pom.xml [maven-release-plugin] prepare for next development iteration 2012-07-10 23:11:33 +09:00