See: Description
| Interface | Description |
|---|---|
| AsyncWebRequest |
Extends
NativeWebRequest with methods for asynchronous request processing. |
| DeferredResult.DeferredResultHandler |
Handles a DeferredResult value when set.
|
| WebAsyncManager.WebAsyncThreadInitializer |
Initialize and reset thread-bound variables.
|
| Class | Description |
|---|---|
| AsyncTask |
Holder for a
Callable, a timeout value, and a task executor. |
| AsyncWebUtils |
Utility methods related to processing asynchronous web requests.
|
| DeferredResult<T> |
DeferredResult provides an alternative to using a Callable
for asynchronous request processing. |
| NoSupportAsyncWebRequest |
An
AsyncWebRequest to use when there is no underlying async support. |
| StandardServletAsyncWebRequest |
A Servlet 3.0 implementation of
AsyncWebRequest. |
| WebAsyncManager |
The central class for managing asynchronous request processing, mainly intended
as an SPI and not typically used directly by application classes.
|