Uses of Class
org.eclipse.jetty.util.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
Modifier and TypeMethodDescriptionprotected void
LeakTrackingConnectionPool.leaked
(LeakDetector<Connection>.LeakInfo leakInfo) -
Uses of LeakDetector.LeakInfo in org.eclipse.jetty.io
Modifier and TypeMethodDescriptionprotected void
LeakTrackingByteBufferPool.leaked
(LeakDetector<ByteBuffer>.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.