Uses of Class
io.netty5.util.internal.ObjectPool
-
Packages that use ObjectPool Package Description io.netty5.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ObjectPool in io.netty5.util.internal
Methods in io.netty5.util.internal that return ObjectPool Modifier and Type Method Description static <T> ObjectPool<T>
ObjectPool. newPool(ObjectPool.ObjectCreator<T> creator)
Creates a newObjectPool
which will use the givenObjectPool.ObjectCreator
to create theObject
that should be pooled.
-