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