Uses of Class
io.netty.util.ResourceLeakDetector
-
Packages that use ResourceLeakDetector Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol headerio.netty.util Utility classes used across multiple packages. -
-
Uses of ResourceLeakDetector in io.netty.buffer
Fields in io.netty.buffer declared as ResourceLeakDetector Modifier and Type Field Description (package private) static ResourceLeakDetector<ByteBuf>AbstractByteBuf. leakDetector -
Uses of ResourceLeakDetector in io.netty.handler.codec.dns
Fields in io.netty.handler.codec.dns declared as ResourceLeakDetector Modifier and Type Field Description private static ResourceLeakDetector<DnsMessage>AbstractDnsMessage. leakDetector -
Uses of ResourceLeakDetector in io.netty.handler.codec.haproxy
Fields in io.netty.handler.codec.haproxy declared as ResourceLeakDetector Modifier and Type Field Description private static ResourceLeakDetector<HAProxyMessage>HAProxyMessage. leakDetector -
Uses of ResourceLeakDetector in io.netty.util
Fields in io.netty.util declared as ResourceLeakDetector Modifier and Type Field Description private static ResourceLeakDetector<HashedWheelTimer>HashedWheelTimer. leakDetectorMethods in io.netty.util that return ResourceLeakDetector Modifier and Type Method Description <T> ResourceLeakDetector<T>ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory. newResourceLeakDetector(java.lang.Class<T> resource, int samplingInterval)<T> ResourceLeakDetector<T>ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory. newResourceLeakDetector(java.lang.Class<T> resource, int samplingInterval, long maxActive)<T> ResourceLeakDetector<T>ResourceLeakDetectorFactory. newResourceLeakDetector(java.lang.Class<T> resource)Returns a new instance of aResourceLeakDetectorwith the given resource class.<T> ResourceLeakDetector<T>ResourceLeakDetectorFactory. newResourceLeakDetector(java.lang.Class<T> resource, int samplingInterval)Returns a new instance of aResourceLeakDetectorwith the given resource class.abstract <T> ResourceLeakDetector<T>ResourceLeakDetectorFactory. newResourceLeakDetector(java.lang.Class<T> resource, int samplingInterval, long maxActive)Deprecated.
-