|
spring-web | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AsyncWebRequest | Extend NativeWebRequest with methods for async request processing. |
AsyncWebRequestInterceptor | Extends WebRequestInterceptor with lifecycle methods specific to async
request processing. |
Class Summary | |
---|---|
AbstractDelegatingCallable | A base class for a Callable that can be used in a chain of Callable instances. |
AsyncExecutionChain | The central class for managing async request processing, mainly intended as an SPI and typically not by non-framework classes. |
AsyncExecutionChainRunnable | A Runnable for invoking a chain of Callable instances and completing async request processing while also dealing with any unhandled exceptions. |
DeferredResult | DeferredResult provides an alternative to using a Callable for async request processing. |
NoOpAsyncWebRequest | An implementation of AsyncWebRequest used when no underlying support
for async request processing is available in which case NoOpAsyncWebRequest.startAsync()
results in an UnsupportedOperationException . |
StaleAsyncRequestCheckingCallable | Invokes the next Callable in a chain and then checks if the AsyncWebRequest provided to the constructor has ended before returning. |
StandardServletAsyncWebRequest | A Servlet 3.0 implementation of AsyncWebRequest . |
Exception Summary | |
---|---|
StaleAsyncWebRequestException | Raised if a stale AsyncWebRequest is detected during async request processing. |
|
spring-web | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |