|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Removed Classes and Interfaces | |
|
Holder for a Callable, a timeout value, and a task executor. |
|
Utility methods related to processing asynchronous web requests. |
|
Initialize and reset thread-bound variables. |
Added Classes and Interfaces | |
|
Intercepts concurrent request handling, where the concurrent result is obtained by executing a Callable on behalf of the application with an AsyncTaskExecutor. |
|
Abstract adapter class for the CallableProcessingInterceptor interface, for simplified implementation of individual methods. |
|
Intercepts concurrent request handling, where the concurrent result is obtained by waiting for a DeferredResult to be set from a thread chosen by the application (e.g. |
|
Abstract adapter class for the DeferredResultProcessingInterceptor interface for simplified implementation of individual methods. |
|
Holder for a Callable, a timeout value, and a task executor. |
|
Utility methods related to processing asynchronous web requests. |
Changed Classes and Interfaces | |
|
Extends NativeWebRequest with methods for asynchronous request processing. |
|
{@code DeferredResult} provides an alternative to using a Callable for asynchronous request processing. |
|
An {@code AsyncWebRequest} to use when there is no underlying async support. |
|
A Servlet 3.0 implementation of AsyncWebRequest. |
|
The central class for managing asynchronous request processing, mainly intended as an SPI and not typically used directly by application classes. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |