public final class ResourceLeakDetector<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ENABLED |
| Constructor and Description |
|---|
ResourceLeakDetector(Class<?> resourceType) |
ResourceLeakDetector(Class<?> resourceType,
int samplingInterval,
long maxActive) |
ResourceLeakDetector(String resourceType) |
ResourceLeakDetector(String resourceType,
int samplingInterval,
long maxActive) |
public ResourceLeakDetector(Class<?> resourceType)
public ResourceLeakDetector(String resourceType)
public ResourceLeakDetector(Class<?> resourceType, int samplingInterval, long maxActive)
public ResourceLeakDetector(String resourceType, int samplingInterval, long maxActive)
public ResourceLeak open(T obj)
Copyright © 2008-2013 The Netty Project. All Rights Reserved.