Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter

Added Methods
void setAsyncRequestTimeout(long) Specify the amount of time, in milliseconds, before concurrent handling should time out.
void setCallableInterceptors(List<CallableProcessingInterceptor>) Configure {@code CallableProcessingInterceptor}'s to register on async requests.
void setContentNegotiationManager(ContentNegotiationManager) Set the ContentNegotiationManager to use to determine requested media types.
void setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) Configure {@code DeferredResultProcessingInterceptor}'s to register on async requests.
void setTaskExecutor(AsyncTaskExecutor) Set the default AsyncTaskExecutor to use when a controller method return a Callable.