Initiates asynchronous processing for this request. The asynchronous processing is performed using the current request and response objects. @return an AsyncContext instance for managing the asynchronous processing @throws IllegalStateException if async is not supported for this request @
()
| 460 | * @since Servlet 3.0 |
| 461 | */ |
| 462 | AsyncContext startAsync() throws IllegalStateException; |
| 463 | |
| 464 | /** |
| 465 | * Initiates asynchronous processing for this request using the specified request and response objects. |
no outgoing calls