Package | Description |
---|---|
org.eclipse.jetty.util.preventers |
Jetty Util : Common Memory Leak Prevention Tooling
|
Class and Description |
---|
AbstractLeakPreventer
AbstractLeakPreventer
Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to
proactively call the code that pins them (generally pinned as static data members, or as static
data members that are daemon threads (which use the context classloader)).
|
Copyright © 1995-2015 Webtide. All Rights Reserved.