Uses of Class
io.netty.util.ResourceLeakDetector
Packages that use ResourceLeakDetector
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
DNS codec.
Decodes an HAProxy proxy protocol header
Utility classes used across multiple packages.
-
Uses of ResourceLeakDetector in io.netty.buffer
Fields in io.netty.buffer declared as ResourceLeakDetectorModifier and TypeFieldDescription(package private) static final ResourceLeakDetector
<ByteBuf> AbstractByteBuf.leakDetector
-
Uses of ResourceLeakDetector in io.netty.handler.codec.dns
Fields in io.netty.handler.codec.dns declared as ResourceLeakDetectorModifier and TypeFieldDescriptionprivate static final ResourceLeakDetector
<DnsMessage> AbstractDnsMessage.leakDetector
-
Uses of ResourceLeakDetector in io.netty.handler.codec.haproxy
Fields in io.netty.handler.codec.haproxy declared as ResourceLeakDetectorModifier and TypeFieldDescriptionprivate static final ResourceLeakDetector
<HAProxyMessage> HAProxyMessage.leakDetector
-
Uses of ResourceLeakDetector in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as ResourceLeakDetectorModifier and TypeFieldDescription(package private) static final ResourceLeakDetector
<OpenSslSessionCache.NativeSslSession> OpenSslSessionCache.NativeSslSession.LEAK_DETECTOR
private static final ResourceLeakDetector
<DefaultOpenSslKeyMaterial> DefaultOpenSslKeyMaterial.leakDetector
private static final ResourceLeakDetector
<ReferenceCountedOpenSslContext> ReferenceCountedOpenSslContext.leakDetector
private static final ResourceLeakDetector
<ReferenceCountedOpenSslEngine> ReferenceCountedOpenSslEngine.leakDetector
-
Uses of ResourceLeakDetector in io.netty.util
Fields in io.netty.util declared as ResourceLeakDetectorModifier and TypeFieldDescriptionprivate static final ResourceLeakDetector
<HashedWheelTimer> HashedWheelTimer.leakDetector
Methods in io.netty.util that return ResourceLeakDetectorModifier and TypeMethodDescription<T> ResourceLeakDetector
<T> ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory.newResourceLeakDetector
(Class<T> resource, int samplingInterval) <T> ResourceLeakDetector
<T> ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory.newResourceLeakDetector
(Class<T> resource, int samplingInterval, long maxActive) final <T> ResourceLeakDetector
<T> ResourceLeakDetectorFactory.newResourceLeakDetector
(Class<T> resource) Returns a new instance of aResourceLeakDetector
with the given resource class.<T> ResourceLeakDetector
<T> ResourceLeakDetectorFactory.newResourceLeakDetector
(Class<T> resource, int samplingInterval) Returns a new instance of aResourceLeakDetector
with the given resource class.abstract <T> ResourceLeakDetector
<T> ResourceLeakDetectorFactory.newResourceLeakDetector
(Class<T> resource, int samplingInterval, long maxActive) Deprecated.
ResourceLeakDetectorFactory.newResourceLeakDetector(Class, int)
instead.