Uses of Class
org.springframework.web.context.request.async.AsyncRequestNotUsableException
Packages that use AsyncRequestNotUsableException
Package
Description
Support package for MVC controllers.
- 
Uses of AsyncRequestNotUsableException in org.springframework.web.servlet.mvc.supportMethods in org.springframework.web.servlet.mvc.support with parameters of type AsyncRequestNotUsableExceptionModifier and TypeMethodDescriptionprotected ModelAndViewDefaultHandlerExceptionResolver.handleAsyncRequestNotUsableException(AsyncRequestNotUsableException ex, HttpServletRequest request, HttpServletResponse response, Object handler) Handle the case of an I/O failure from the ServletOutputStream.