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 | Method and Description |
---|---|
protected void |
LeakDetector.leaked(LeakDetector.LeakInfo leakInfo)
Callback method invoked by
LeakDetector when it detects that a resource has been leaked. |
Copyright © 1995-2015 Webtide. All Rights Reserved.