Class SuspendedServerRequestListener
java.lang.Object
org.wildfly.extension.undertow.deployment.SuspendedServerRequestListener
- All Implemented Interfaces:
io.undertow.server.ExchangeCompletionListener,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>, io.undertow.server.ExchangeCompletionListener
A
ServletRequestListener that notifies a control point of request completion.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.undertow.server.ExchangeCompletionListener
io.undertow.server.ExchangeCompletionListener.NextListener -
Constructor Summary
ConstructorsConstructorDescriptionSuspendedServerRequestListener(org.wildfly.extension.requestcontroller.ControlPoint entryPoint) -
Method Summary
Modifier and TypeMethodDescriptionio.undertow.servlet.api.DeploymentInfoapply(io.undertow.servlet.api.DeploymentInfo deployment) voidexchangeEvent(io.undertow.server.HttpServerExchange exchange, io.undertow.server.ExchangeCompletionListener.NextListener nextListener) 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
-
exchangeEvent
public void exchangeEvent(io.undertow.server.HttpServerExchange exchange, io.undertow.server.ExchangeCompletionListener.NextListener nextListener) - Specified by:
exchangeEventin interfaceio.undertow.server.ExchangeCompletionListener
-