Uses of Class
org.springframework.web.context.request.async.WebAsyncManager
Packages that use WebAsyncManager
Package
Description
Support for asynchronous request processing.
- 
Uses of WebAsyncManager in org.springframework.web.context.request.asyncMethods in org.springframework.web.context.request.async that return WebAsyncManagerModifier and TypeMethodDescriptionstatic WebAsyncManagerWebAsyncUtils.getAsyncManager(ServletRequest servletRequest) Obtain theWebAsyncManagerfor the current request, or if not found, create and associate it with the request.static WebAsyncManagerWebAsyncUtils.getAsyncManager(WebRequest webRequest) Obtain theWebAsyncManagerfor the current request, or if not found, create and associate it with the request.