spring-framework / org.springframework.web.context.request.async / StandardServletAsyncWebRequest / isAsyncComplete

isAsyncComplete

open fun isAsyncComplete(): Boolean

Overrides AsyncWebRequest.isAsyncComplete

Whether async request processing has completed.

It is important to avoid use of request and response objects after async processing has completed. Servlet containers often re-use them.