MCPcopy Create free account
hub / github.com/apache/tomcat / startAsync

Method startAsync

java/jakarta/servlet/ServletRequest.java:462–462  ·  view source on GitHub ↗

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 @

()

Source from the content-addressed store, hash-verified

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.

Callers 15

serviceMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65
doPutMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65

Implementers 4

ServletRequestWrapperjava/jakarta/servlet/ServletRequestWra
TesterHttpServletRequesttest/org/apache/catalina/filters/Teste
Requestjava/org/apache/catalina/connector/Req
RequestFacadejava/org/apache/catalina/connector/Req

Calls

no outgoing calls

Tested by 15

doPostMethod · 0.52
doGetMethod · 0.52
doPutMethod · 0.52
doPostMethod · 0.52
doGetMethod · 0.52
doPostMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doPostMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52