Uses of Class
io.netty.util.Recycler
-
Packages that use Recycler Package Description io.netty.util Utility classes used across multiple packages.io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of Recycler in io.netty.util
Fields in io.netty.util declared as Recycler Modifier and Type Field Description (package private) Recycler<T>
Recycler.Stack. parent
Constructors in io.netty.util with parameters of type Recycler Constructor Description Stack(Recycler<T> parent, java.lang.Thread thread, int maxCapacity, int maxSharedCapacityFactor, int interval, int maxDelayedQueues, int delayedQueueInterval)
-
Uses of Recycler in io.netty.util.internal
Fields in io.netty.util.internal declared as Recycler Modifier and Type Field Description private Recycler<T>
ObjectPool.RecyclerObjectPool. recycler
-