Uses of Interface
io.netty5.util.internal.ObjectPool.ObjectCreator
-
Packages that use ObjectPool.ObjectCreator Package Description io.netty5.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ObjectPool.ObjectCreator in io.netty5.util.internal
Methods in io.netty5.util.internal with parameters of type ObjectPool.ObjectCreator 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.
-