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 subsystem
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Method and Description |
---|---|
protected void |
LeakTrackingConnectionPool.leaked(LeakDetector.LeakInfo leakInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
LeakTrackingByteBufferPool.leaked(LeakDetector.LeakInfo leakInfo) |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.String,LeakDetector.LeakInfo> |
LeakDetector.resources |
Modifier and Type | Method and Description |
---|---|
protected void |
LeakDetector.leaked(LeakDetector.LeakInfo leakInfo)
Callback method invoked by
LeakDetector when it detects that a resource has been leaked. |