Package org.eclipse.jetty.util
Class LeakDetector.LeakInfo
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.PhantomReference<T>
org.eclipse.jetty.util.LeakDetector.LeakInfo
- Enclosing class:
LeakDetector<T>
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Information about the leak of a resource.
-
Method Summary
Methods inherited from class java.lang.ref.PhantomReference
getMethods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued, reachabilityFence, refersTo
-
Method Details
-
getResourceDescription
Deprecated.- Returns:
- the resource description as provided by the resource's
Object.toString()method.
-
getStackFrames
Deprecated.- Returns:
- a Throwable instance that contains the stack frames at the time of resource acquisition.
-
toString
Deprecated.
-