Uses of Class
io.netty.util.ResourceLeakDetector.Record
-
Packages that use ResourceLeakDetector.Record Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of ResourceLeakDetector.Record in io.netty.util
Fields in io.netty.util declared as ResourceLeakDetector.Record Modifier and Type Field Description private static ResourceLeakDetector.RecordResourceLeakDetector.Record. BOTTOMprivate ResourceLeakDetector.RecordResourceLeakDetector.DefaultResourceLeak. headprivate ResourceLeakDetector.RecordResourceLeakDetector.Record. nextFields in io.netty.util with type parameters of type ResourceLeakDetector.Record Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ResourceLeakDetector.DefaultResourceLeak<?>,ResourceLeakDetector.Record>ResourceLeakDetector.DefaultResourceLeak. headUpdaterConstructors in io.netty.util with parameters of type ResourceLeakDetector.Record Constructor Description Record(ResourceLeakDetector.Record next)Record(ResourceLeakDetector.Record next, java.lang.Object hint)
-