Generated by
JDiff

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

Added Classes
TimeoutCallableProcessingInterceptor Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutDeferredResultProcessingInterceptor Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
 

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.
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.