Uses of Class
org.springframework.web.context.request.async.AsyncRequestTimeoutException
Packages that use AsyncRequestTimeoutException Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotation
package.org.springframework.web.servlet.mvc.support Support package for MVC controllers.Uses of AsyncRequestTimeoutException in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type AsyncRequestTimeoutException Modifier and Type Method Description protected ResponseEntity<Object>
ResponseEntityExceptionHandler. handleAsyncRequestTimeoutException(AsyncRequestTimeoutException ex, HttpHeaders headers, HttpStatus status, WebRequest webRequest)
Customize the response for AsyncRequestTimeoutException.Uses of AsyncRequestTimeoutException in org.springframework.web.servlet.mvc.support
Methods in org.springframework.web.servlet.mvc.support with parameters of type AsyncRequestTimeoutException Modifier and Type Method Description protected ModelAndView
DefaultHandlerExceptionResolver. handleAsyncRequestTimeoutException(AsyncRequestTimeoutException ex, HttpServletRequest request, HttpServletResponse response, Object handler)
Handle the case where an async request timed out.