Uses of Package
org.springframework.web.context.request.async
Packages that use org.springframework.web.context.request.async
Package
Description
Support for asynchronous request processing.
-
Classes in org.springframework.web.context.request.async used by org.springframework.web.context.request.asyncClassDescriptionExtends
NativeWebRequestwith methods for asynchronous request processing.Intercepts concurrent request handling, where the concurrent result is obtained by executing aCallableon behalf of the application with anAsyncTaskExecutor.DeferredResultprovides an alternative to using aCallablefor asynchronous request processing.Handles a DeferredResult value when set.Intercepts concurrent request handling, where the concurrent result is obtained by waiting for aDeferredResultto be set from a thread chosen by the application (for example, in response to some external event).The central class for managing asynchronous request processing, mainly intended as an SPI and not typically used directly by application classes.Holder for aCallable, a timeout value, and a task executor.