Uses of Class
org.eclipse.jetty.util.LeakDetector.LeakInfo
Package
Description
Jetty Util : Common Utility Classes
-
Uses of LeakDetector.LeakInfo in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionprotected void
LeakTrackingConnectionPool.leaked
(LeakDetector<Connection>.LeakInfo leakInfo) -
Uses of LeakDetector.LeakInfo in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionprotected void
LeakDetector.leaked
(LeakDetector<T>.LeakInfo leakInfo) Callback method invoked byLeakDetector
when it detects that a resource has been leaked.