Class Recycler<T>

java.lang.Object
io.netty.util.Recycler<T>
Type Parameters:
T - the type of the pooled object

public abstract class Recycler<T> extends Object
Light-weight object pool based on a thread-local stack.