netty5/codec-http/src/main/java/io/netty/handler/codec
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
..
http Make ByteBuf dynamic / Introduce an interface for composite buffers 2012-07-19 20:25:47 +09:00
rtsp Code clean-up based on IntelliJ code analysis 2012-06-11 22:54:28 +09:00
spdy Make ByteBuf dynamic / Introduce an interface for composite buffers 2012-07-19 20:25:47 +09:00