Uses of Class
org.eclipse.jetty.util.LeakDetector.LeakInfo
-
Packages that use LeakDetector.LeakInfo Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of LeakDetector.LeakInfo in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with parameters of type LeakDetector.LeakInfo Modifier and Type Method Description protected void
LeakTrackingConnectionPool. leaked(LeakDetector.LeakInfo leakInfo)
-
Uses of LeakDetector.LeakInfo in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with parameters of type LeakDetector.LeakInfo Modifier and Type Method Description protected void
LeakTrackingByteBufferPool. leaked(LeakDetector.LeakInfo leakInfo)
-
Uses of LeakDetector.LeakInfo in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util with parameters of type LeakDetector.LeakInfo Modifier and Type Method Description protected void
LeakDetector. leaked(LeakDetector.LeakInfo leakInfo)
Callback method invoked byLeakDetector
when it detects that a resource has been leaked.
-