Uses of Class
org.eclipse.jetty.util.LeakDetector.LeakInfo
Packages that use LeakDetector.LeakInfo
Package
Description
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.LeakInfoModifier and TypeMethodDescriptionprotected void
LeakTrackingConnectionPool.leaked
(LeakDetector<Connection>.LeakInfo leakInfo) -
Uses of LeakDetector.LeakInfo in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util with parameters of type LeakDetector.LeakInfoModifier and TypeMethodDescriptionprotected void
LeakDetector.leaked
(LeakDetector<T>.LeakInfo leakInfo) Callback method invoked byLeakDetector
when it detects that a resource has been leaked.