Uses of Class
org.springframework.web.context.request.async.WebAsyncManager
Package
Description
Support for asynchronous request processing.
-
Uses of WebAsyncManager in org.springframework.web.context.request.async
Modifier and TypeMethodDescriptionstatic WebAsyncManager
WebAsyncUtils.getAsyncManager
(ServletRequest servletRequest) Obtain theWebAsyncManager
for the current request, or if not found, create and associate it with the request.static WebAsyncManager
WebAsyncUtils.getAsyncManager
(WebRequest webRequest) Obtain theWebAsyncManager
for the current request, or if not found, create and associate it with the request.