Uses of Interface
org.springframework.web.context.request.async.CallableProcessingInterceptor
Packages that use CallableProcessingInterceptor
Package
Description
Support for asynchronous request processing.
-
Uses of CallableProcessingInterceptor in org.springframework.web.context.request.async
Classes in org.springframework.web.context.request.async that implement CallableProcessingInterceptorModifier 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 CallableProcessingInterceptorModifier and TypeMethodDescriptionWebAsyncManager.getCallableInterceptor(Object key) Get theCallableProcessingInterceptorregistered under the given key.Methods in org.springframework.web.context.request.async with parameters of type CallableProcessingInterceptorModifier and TypeMethodDescriptionvoidWebAsyncManager.registerCallableInterceptor(Object key, CallableProcessingInterceptor interceptor) Register aCallableProcessingInterceptorunder the given key.voidWebAsyncManager.registerCallableInterceptors(CallableProcessingInterceptor... interceptors) Register aCallableProcessingInterceptorwithout a key.