类的使用
org.springframework.web.context.request.async.WebAsyncManager
使用WebAsyncManager的程序包 程序包 说明 org.springframework.web.context.request.async Support for asynchronous request processing.org.springframework.web.context.request.async中WebAsyncManager的使用
返回WebAsyncManager的org.springframework.web.context.request.async中的方法 修饰符和类型 方法 说明 static WebAsyncManagerWebAsyncUtils. getAsyncManager(ServletRequest servletRequest)Obtain theWebAsyncManagerfor the current request, or if not found, create and associate it with the request.static WebAsyncManagerWebAsyncUtils. getAsyncManager(WebRequest webRequest)Obtain theWebAsyncManagerfor the current request, or if not found, create and associate it with the request.