Uses of Interface
io.netty5.util.internal.ObjectPool.Handle
-
Packages that use ObjectPool.Handle Package Description io.netty5.util Utility classes used across multiple packages.io.netty5.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ObjectPool.Handle in io.netty5.util
Subinterfaces of ObjectPool.Handle in io.netty5.util Modifier and Type Interface Description static interface
Recycler.Handle<T>
-
Uses of ObjectPool.Handle in io.netty5.util.internal
Methods in io.netty5.util.internal with parameters of type ObjectPool.Handle Modifier and Type Method Description T
ObjectPool.ObjectCreator. newObject(ObjectPool.Handle<T> handle)
Creates an returns a newObject
that can be used and later recycled viarecycle(Object)
.
-