org.eclipse.jetty.util.preventers
类 LoginConfigurationLeakPreventer
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.preventers.AbstractLeakPreventer
org.eclipse.jetty.util.preventers.LoginConfigurationLeakPreventer
- 所有已实现的接口:
- LifeCycle
public class LoginConfigurationLeakPreventer
- extends AbstractLeakPreventer
LoginConfigurationLeakPreventer
The javax.security.auth.login.Configuration class keeps a static reference to the
thread context classloader. We prevent a webapp context classloader being used for
that by invoking the classloading here.
Inspired by Tomcat JreMemoryLeakPrevention
| 从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的方法 |
addLifeCycleListener, doStop, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginConfigurationLeakPreventer
public LoginConfigurationLeakPreventer()
prevent
public void prevent(ClassLoader loader)
- 指定者:
- 类
AbstractLeakPreventer 中的 prevent
- 另请参见:
AbstractLeakPreventer.prevent(java.lang.ClassLoader)
Copyright © 2013. All Rights Reserved.