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