netty5/codec/src
Trustin Lee 7884574c7b Remove freeInboundBuffer() and freeOutboundBuffer() which has no value
- Fixes #1308

freeInboundBuffer() and freeOutboundBuffer() were introduced in the early days of the new API when we did not have reference counting mechanism in the buffer. A user did not want Netty to free the handler buffers had to override these methods.

However, now that we have reference counting mechanism built into the buffer, a user who wants to retain the buffers beyond handler's life cycle can simply return the buffer whose reference count is greater than 1 in newInbound/OutboundBuffer().
2013-04-25 09:15:55 +09:00
..
main/java/io/netty/handler/codec Remove freeInboundBuffer() and freeOutboundBuffer() which has no value 2013-04-25 09:15:55 +09:00
test/java/io/netty/handler/codec Make sure handlerAdded() is called before forwarding the buffer content of the removed handler 2013-04-24 19:25:43 +09:00