Class ServletServerHttpAsyncRequestControl

java.lang.Object
org.springframework.http.server.ServletServerHttpAsyncRequestControl
All Implemented Interfaces:
jakarta.servlet.AsyncListener, EventListener, ServerHttpAsyncRequestControl

public class ServletServerHttpAsyncRequestControl extends Object implements ServerHttpAsyncRequestControl, jakarta.servlet.AsyncListener
A ServerHttpAsyncRequestControl to use on Servlet containers.
Since:
4.0
Author:
Rossen Stoyanchev