Generated by
JDiff

Interface org.springframework.web.context.request.async.AsyncWebRequest

Removed Methods
boolean isDispatched() Whether the request was dispatched to the container in order to resume processing after concurrent execution in an application thread.
void setTimeoutHandler(Runnable) Set the handler to use when concurrent handling has timed out.
 

Added Methods
void addTimeoutHandler(Runnable) Add a handler to invoke when concurrent handling has timed out.
 

Changed Methods
void addCompletionHandler(Runnable) Documentation changed from old to new.
Add a handle to invoke when request processing completes.