How can a servlet determine if an incoming request supports asynchronous processing?

  • canAsyncProcess()
  • isAsyncRequest()
  • isAsyncSupported()
  • supportsAsync()
The isAsyncSupported() method is used by a servlet to determine if an incoming request supports asynchronous processing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *