Uses of Class
io.netty.util.Recycler.LocalPool
-
Packages that use Recycler.LocalPool Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of Recycler.LocalPool in io.netty.util
Fields in io.netty.util declared as Recycler.LocalPool Modifier and Type Field Description private Recycler.LocalPool<T>
Recycler.DefaultHandle. localPool
Fields in io.netty.util with type parameters of type Recycler.LocalPool Modifier and Type Field Description private FastThreadLocal<Recycler.LocalPool<T>>
Recycler. threadLocal
Constructors in io.netty.util with parameters of type Recycler.LocalPool Constructor Description DefaultHandle(Recycler.LocalPool<T> localPool)
-