Package io.netty.buffer
Class PoolThreadCache.FreeOnFinalize
- java.lang.Object
-
- io.netty.buffer.PoolThreadCache.FreeOnFinalize
-
- Enclosing class:
- PoolThreadCache
private static final class PoolThreadCache.FreeOnFinalize extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private PoolThreadCache
cache
-
Constructor Summary
Constructors Modifier Constructor Description private
FreeOnFinalize(PoolThreadCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
-
-
-
Field Detail
-
cache
private final PoolThreadCache cache
-
-
Constructor Detail
-
FreeOnFinalize
private FreeOnFinalize(PoolThreadCache cache)
-
-