Generated by
JDiff

Interface org.springframework.web.servlet.AsyncHandlerInterceptor

Documentation changed from old to new.

Changed Methods
void afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) Change in signature from (HttpServletRequest, HttpServletResponse) to (HttpServletRequest, HttpServletResponse, Object).
Change in exceptions thrown from no exceptions to java.lang.Exception.
Documentation changed from old to new.
Called instead of {@code postHandle} and {@code afterCompletion}, when the a handler is being executed concurrently.