Uses of Interface
io.netty.util.internal.ObjectPool.Handle
Packages that use ObjectPool.Handle
Package
Description
Utility classes used across multiple packages.
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of ObjectPool.Handle in io.netty.util
Subinterfaces of ObjectPool.Handle in io.netty.utilClasses in io.netty.util that implement ObjectPool.Handle -
Uses of ObjectPool.Handle in io.netty.util.internal
Methods in io.netty.util.internal with parameters of type ObjectPool.HandleModifier and TypeMethodDescriptionObjectPool.ObjectCreator.newObject(ObjectPool.Handle<T> handle) Deprecated.Creates an returns a newObjectthat can be used and later recycled viaObjectPool.Handle.recycle(Object).