Class SuspendedServerRequestListener
java.lang.Object
org.wildfly.extension.undertow.deployment.SuspendedServerRequestListener
- All Implemented Interfaces:
jakarta.servlet.ServletRequestListener,EventListener,Function<io.undertow.servlet.api.DeploymentInfo,,io.undertow.servlet.api.DeploymentInfo> UnaryOperator<io.undertow.servlet.api.DeploymentInfo>
public class SuspendedServerRequestListener
extends Object
implements jakarta.servlet.ServletRequestListener, UnaryOperator<io.undertow.servlet.api.DeploymentInfo>
A
ServletRequestListener that notifies a control point of request completion.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSuspendedServerRequestListener(org.wildfly.extension.requestcontroller.ControlPoint entryPoint) -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.servlet.api.DeploymentInfoapply(io.undertow.servlet.api.DeploymentInfo deployment) voidrequestDestroyed(jakarta.servlet.ServletRequestEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.ServletRequestListener
requestInitialized
-
Constructor Details
-
SuspendedServerRequestListener
public SuspendedServerRequestListener(org.wildfly.extension.requestcontroller.ControlPoint entryPoint)
-
-
Method Details
-
apply
public io.undertow.servlet.api.DeploymentInfo apply(io.undertow.servlet.api.DeploymentInfo deployment) -
requestDestroyed
public void requestDestroyed(jakarta.servlet.ServletRequestEvent event) - Specified by:
requestDestroyedin interfacejakarta.servlet.ServletRequestListener
-