Class LeakDetector.LeakInfo

  • Enclosing class:
    LeakDetector<T>

    @Deprecated(since="2021-05-27")
    public class LeakDetector.LeakInfo
    extends PhantomReference<T>
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Information about the leak of a resource.
    • Method Detail

      • getResourceDescription

        public String getResourceDescription()
        Deprecated.
        Returns:
        the resource description as provided by the resource's Object.toString() method.
      • getStackFrames

        public Throwable getStackFrames()
        Deprecated.
        Returns:
        a Throwable instance that contains the stack frames at the time of resource acquisition.