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

Method startAsync

java/org/apache/catalina/connector/Request.java:1560–1563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1558 }
1559
1560 @Override
1561 public AsyncContext startAsync() {
1562 return startAsync(getRequest(), response.getResponse());
1563 }
1564
1565 @Override
1566 public AsyncContext startAsync(ServletRequest request, ServletResponse response) {

Callers

nothing calls this directly

Calls 13

getRequestMethod · 0.95
isAsyncSupportedMethod · 0.95
joinMethod · 0.95
getNonAsyncClassNamesMethod · 0.95
getContextMethod · 0.95
getResponseMethod · 0.95
getConnectorMethod · 0.95
setStartedMethod · 0.80
getResponseMethod · 0.65
getStringMethod · 0.65
warnMethod · 0.65
setTimeoutMethod · 0.65

Tested by

no test coverage detected