Package org.eclipse.jetty.server
Class MultiPartCleanerListener
- java.lang.Object
-
- org.eclipse.jetty.server.MultiPartCleanerListener
-
- All Implemented Interfaces:
java.util.EventListener,ServletRequestListener
public class MultiPartCleanerListener extends java.lang.Object implements ServletRequestListener
-
-
Field Summary
Fields Modifier and Type Field Description static MultiPartCleanerListenerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrequestDestroyed(ServletRequestEvent sre)The request is about to go out of scope of the web application.voidrequestInitialized(ServletRequestEvent sre)The request is about to come into scope of the web application.
-
-
-
Field Detail
-
INSTANCE
public static final MultiPartCleanerListener INSTANCE
-
-
Method Detail
-
requestDestroyed
public void requestDestroyed(ServletRequestEvent sre)
Description copied from interface:ServletRequestListenerThe request is about to go out of scope of the web application.- Specified by:
requestDestroyedin interfaceServletRequestListener
-
requestInitialized
public void requestInitialized(ServletRequestEvent sre)
Description copied from interface:ServletRequestListenerThe request is about to come into scope of the web application.- Specified by:
requestInitializedin interfaceServletRequestListener
-
-