Java org.springframework.web.context.request.async WebAsyncUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.context.request.async WebAsyncUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.context.request.async WebAsyncUtils.

The text is from its open source code.

Field

StringWEB_ASYNC_MANAGER_ATTRIBUTE
The name attribute containing the WebAsyncManager .

Method

AsyncWebRequestcreateAsyncWebRequest(HttpServletRequest request, HttpServletResponse response)
Create an AsyncWebRequest instance.
WebAsyncManagergetAsyncManager(ServletRequest servletRequest)
Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.
WebAsyncManagergetAsyncManager(WebRequest webRequest)
Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.