Class ServletServerHttpAsyncRequestControl

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

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