Uses of Interface
org.springframework.web.context.request.async.AsyncWebRequest
Packages that use AsyncWebRequest
Package
Description
Support for asynchronous request processing.
- 
Uses of AsyncWebRequest in org.springframework.web.context.request.asyncClasses in org.springframework.web.context.request.async that implement AsyncWebRequestMethods in org.springframework.web.context.request.async that return AsyncWebRequestModifier and TypeMethodDescriptionstatic AsyncWebRequestWebAsyncUtils.createAsyncWebRequest(HttpServletRequest request, HttpServletResponse response) Create an AsyncWebRequest instance.WebAsyncManager.getAsyncWebRequest()Return the currentAsyncWebRequest.Methods in org.springframework.web.context.request.async with parameters of type AsyncWebRequestModifier and TypeMethodDescriptionvoidWebAsyncManager.setAsyncWebRequest(AsyncWebRequest asyncWebRequest) Configure theAsyncWebRequestto use.