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.HandleMethods in io.netty.util with parameters of type Recycler.HandleModifier and TypeMethodDescriptionprotected abstract TRecycler.newObject(Recycler.Handle<T> handle) final booleanRecycler.recycle(T o, Recycler.Handle<T> handle) Deprecated.
ObjectPool.Handle.recycle(Object).