Uses of Interface
io.netty.util.internal.ObjectPool.ObjectCreator
Packages that use ObjectPool.ObjectCreator
Package
Description
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ObjectPool.ObjectCreator in io.netty.util.internal
Methods in io.netty.util.internal with parameters of type ObjectPool.ObjectCreatorModifier and TypeMethodDescriptionstatic <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.Constructors in io.netty.util.internal with parameters of type ObjectPool.ObjectCreatorModifierConstructorDescription(package private)
RecyclerObjectPool
(ObjectPool.ObjectCreator<T> creator)