Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.context.request.async Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AsyncWebRequestInterfaceorg.springframework.web.context.request.asyncSpring MVC
AsyncWebRequestInterceptorasynchronous request handling.Interfaceorg.springframework.web.context.requestSpring MVC
CallableProcessingInterceptorIntercepts concurrent request handling, where the concurrent result isobtained by executing a Callable on behalf of the application withInterfaceorg.springframework.web.context.request.asyncSpring MVC
CallableProcessingInterceptorAdapterAbstract adapter class for the CallableProcessingInterceptor interface,for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
DeferredResultDeferredResult provides an alternative to using a Callable forasynchronous request processing.Classorg.springframework.web.context.request.asyncSpring MVC
DeferredResult .DeferredResultHandlerHandles a DeferredResult value when set.Interfaceorg.springframework.web.context.request.async.DeferredResultSpring MVC
DeferredResultProcessingInterceptorIntercepts concurrent request handling, where the concurrent result isobtained by waiting for a DeferredResult to be set from a threadInterfaceorg.springframework.web.context.request.asyncSpring MVC
DeferredResultProcessingInterceptorAdapterAbstract adapter class for the DeferredResultProcessingInterceptorinterface for simplified implementation of individual methods.Classorg.springframework.web.context.request.asyncSpring MVC
NoSupportAsyncWebRequestAn AsyncWebRequest to use when there is no underlying async support.Classorg.springframework.web.context.request.asyncSpring MVC
StandardServletAsyncWebRequestA Servlet 3.Classorg.springframework.web.context.request.asyncSpring MVC
TimeoutCallableProcessingInterceptorSends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed.Classorg.springframework.web.context.request.asyncSpring MVC
TimeoutDeferredResultProcessingInterceptorSends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed.Classorg.springframework.web.context.request.asyncSpring MVC
WebAsyncManagerThe central class for managing asynchronous request processing, mainly intendedas an SPI and not typically used directly by application classes.Classorg.springframework.web.context.request.asyncSpring MVC
WebAsyncTaskHolder for a Callable, a timeout value, and a task executor.Classorg.springframework.web.context.request.asyncSpring MVC
WebAsyncUtilsUtility methods related to processing asynchronous web requests.Classorg.springframework.web.context.request.asyncSpring MVC