Uses of Interface
io.netty.util.Recycler.Handle
-
Packages that use Recycler.Handle Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of Recycler.Handle in io.netty.util
Classes in io.netty.util that implement Recycler.Handle Modifier and Type Class Description static class
Recycler.EnhancedHandle<T>
Methods in io.netty.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.
-