Uses of Interface
org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Packages that use DeferredResultProcessingInterceptor
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.-
Uses of DeferredResultProcessingInterceptor in org.springframework.web.context.request.async
Classes in org.springframework.web.context.request.async that implement DeferredResultProcessingInterceptorModifier and TypeClassDescriptionclassSends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.Methods in org.springframework.web.context.request.async that return DeferredResultProcessingInterceptorModifier and TypeMethodDescriptionWebAsyncManager.getDeferredResultInterceptor(Object key) Get theDeferredResultProcessingInterceptorregistered under the given key.Methods in org.springframework.web.context.request.async with parameters of type DeferredResultProcessingInterceptorModifier and TypeMethodDescriptionvoidWebAsyncManager.registerDeferredResultInterceptor(Object key, DeferredResultProcessingInterceptor interceptor) Register aDeferredResultProcessingInterceptorunder the given key.voidWebAsyncManager.registerDeferredResultInterceptors(DeferredResultProcessingInterceptor... interceptors) Register one or moreDeferredResultProcessingInterceptorswithout a specified key. -
Uses of DeferredResultProcessingInterceptor in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return types with arguments of type DeferredResultProcessingInterceptorModifier and TypeMethodDescriptionprotected List<DeferredResultProcessingInterceptor>AsyncSupportConfigurer.getDeferredResultInterceptors()Methods in org.springframework.web.servlet.config.annotation with parameters of type DeferredResultProcessingInterceptorModifier and TypeMethodDescriptionAsyncSupportConfigurer.registerDeferredResultInterceptors(DeferredResultProcessingInterceptor... interceptors) Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns aDeferredResult. -
Uses of DeferredResultProcessingInterceptor in org.springframework.web.servlet.mvc.method.annotation
Method parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type DeferredResultProcessingInterceptorModifier and TypeMethodDescriptionvoidRequestMappingHandlerAdapter.setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor> interceptors) ConfigureDeferredResultProcessingInterceptor's to register on async requests.