Uses of Interface
io.netty.util.Recycler.Handle
Packages that use Recycler.Handle
-
Uses of Recycler.Handle in io.netty.util
Classes in io.netty.util that implement Recycler.HandleModifier and TypeClassDescriptionprivate static final class
static class
Methods in io.netty.util with parameters of type Recycler.HandleModifier and TypeMethodDescriptionprotected abstract T
Recycler.newObject
(Recycler.Handle<T> handle) final boolean
Recycler.recycle
(T o, Recycler.Handle<T> handle) Deprecated.
ObjectPool.Handle.recycle(Object)
.