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.
Annotation-based setup for Spring MVC.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.Support package for MVC controllers.
-
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 (e.g.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. -
Classes in org.springframework.web.context.request.async used by org.springframework.web.servlet.config.annotationClassDescriptionIntercepts concurrent request handling, where the concurrent result is obtained by executing a
Callableon behalf of the application with anAsyncTaskExecutor.Intercepts concurrent request handling, where the concurrent result is obtained by waiting for aDeferredResultto be set from a thread chosen by the application (e.g. -
Classes in org.springframework.web.context.request.async used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionException to be thrown when an async request times out.Intercepts concurrent request handling, where the concurrent result is obtained by executing a
Callableon behalf of the application with anAsyncTaskExecutor.Intercepts concurrent request handling, where the concurrent result is obtained by waiting for aDeferredResultto be set from a thread chosen by the application (e.g. -
Classes in org.springframework.web.context.request.async used by org.springframework.web.servlet.mvc.supportClassDescriptionException to be thrown when an async request times out.