软件包 | 描述 |
---|---|
io.netty.util |
在多个包中使用的实用程序类。
|
Modifier and Type | Method and Description |
---|---|
<T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource)
用给定的资源类返回 ResourceLeakDetector 的新实例。
|
<T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource, int samplingInterval)
使用给定的资源类返回 ResourceLeakDetector 的新实例。
|
abstract <T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource, int samplingInterval, long maxActive)
已过时。
改为使用
ResourceLeakDetectorFactory.newResourceLeakDetector(Class, int) 。
用给定的资源类返回 |
Copyright © 2008–2018 The Netty Project. All rights reserved.