Uses of Package
org.eclipse.jetty.util.preventers

Package
Description
Jetty Util : Common Memory Leak Prevention Tooling
  • Class
    Description
    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)).