Uses of Interface
io.netty5.util.Recycler.Handle
-
Packages that use Recycler.Handle Package Description io.netty5.util Utility classes used across multiple packages. -
-
Uses of Recycler.Handle in io.netty5.util
Methods in io.netty5.util with parameters of type Recycler.Handle Modifier and Type Method Description protected abstract T
Recycler. newObject(Recycler.Handle<T> handle)
boolean
Recycler. recycle(T o, Recycler.Handle<T> handle)
Deprecated.
-