Uses of Interface
io.netty.util.internal.ObjectPool.ObjectCreator
- 
Packages that use ObjectPool.ObjectCreator Package Description io.netty.util.internal 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.ObjectCreator Modifier and Type Method Description static <T> ObjectPool<T>ObjectPool. newPool(ObjectPool.ObjectCreator<T> creator)Deprecated.For removal. 
 -