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 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)
      Specified by:
      apply in interface Function<io.undertow.servlet.api.DeploymentInfo,io.undertow.servlet.api.DeploymentInfo>
    • requestDestroyed

      public void requestDestroyed(jakarta.servlet.ServletRequestEvent event)
      Specified by:
      requestDestroyed in interface jakarta.servlet.ServletRequestListener