Uses of Class
io.netty.util.internal.ObjectPool
Packages that use ObjectPool
Package
Description
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ObjectPool in io.netty.util.internal
Methods in io.netty.util.internal that return ObjectPoolModifier and TypeMethodDescriptionstatic <T> ObjectPool<T> ObjectPool.newPool(ObjectPool.ObjectCreator<T> creator) Deprecated.For removal.