Uses of Class
org.eclipse.jetty.util.LeakDetector.LeakInfo
Packages that use LeakDetector.LeakInfo
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
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.io
Methods in org.eclipse.jetty.io with parameters of type LeakDetector.LeakInfoModifier and TypeMethodDescriptionprotected void
LeakTrackingByteBufferPool.leaked
(LeakDetector<ByteBuffer>.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.