Package | Description |
---|---|
org.springframework.web.context.request.async |
Support for asynchronous request processing.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardServletAsyncWebRequest
A Servlet 3.0 implementation of
AsyncWebRequest . |
Modifier and Type | Method and Description |
---|---|
static AsyncWebRequest |
WebAsyncUtils.createAsyncWebRequest(HttpServletRequest request,
HttpServletResponse response)
Create an AsyncWebRequest instance.
|
Modifier and Type | Method and Description |
---|---|
void |
WebAsyncManager.setAsyncWebRequest(AsyncWebRequest asyncWebRequest)
Configure the
AsyncWebRequest to use. |