Slide 49
Slide 49 text
https://netty.io/wiki/reference-counted-objects.html
Since Netty version 4, the life cycle of certain
objects are managed by their reference counts,
so that Netty can return them (or their shared
resources) to an object pool (or an object
allocator) as soon as it is not used anymore.