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 -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.The request is about to go out of scope of the web application.voidDeprecated.The request is about to come into scope of the web application.
-
Field Details
-
INSTANCE
Deprecated.
-
-
Method Details
-
requestDestroyed
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
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
-