JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.util
Recycler
Uses of Class
io.netty.util.Recycler
Packages that use
Recycler
Package
Description
io.netty.util
Utility classes used across multiple packages.
Uses of
Recycler
in
io.netty.util
Methods in
io.netty.util
with parameters of type
Recycler
Modifier and Type
Method
Description
static void
Recycler.
unpinOwner
(
Recycler
<?> recycler)
Disassociates the
Recycler
from the current
Thread
if it was pinned, see
Recycler(Thread, boolean)
.