Generated by
JDiff

Package org.springframework.web.context.request.async

Removed Classes
MvcAsyncTask Holder for a Callable, a timeout value, and a task executor.
 

Added Classes
WebAsyncTask Holder for a Callable, a timeout value, and a task executor.
 

Changed Classes and Interfaces
CallableProcessingInterceptor Intercepts concurrent request handling, where the concurrent result is obtained by executing a Callable on behalf of the application with an AsyncTaskExecutor.
CallableProcessingInterceptorAdapter Abstract adapter class for the CallableProcessingInterceptor interface, for simplified implementation of individual methods.
DeferredResult {@code DeferredResult} provides an alternative to using a Callable for asynchronous request processing.
DeferredResultProcessingInterceptor 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.
DeferredResultProcessingInterceptorAdapter Abstract adapter class for the DeferredResultProcessingInterceptor interface for simplified implementation of individual methods.
WebAsyncManager The central class for managing asynchronous request processing, mainly intended as an SPI and not typically used directly by application classes.