netty5/transport/src/main/java/io/netty
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
..
bootstrap Revert file mode 2012-07-07 14:39:35 +09:00
channel Make ByteBuf dynamic / Introduce an interface for composite buffers 2012-07-19 20:25:47 +09:00