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

Method isAsyncSupported

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

Source from the content-addressed store, hash-verified

1661 }
1662
1663 @Override
1664 public boolean isAsyncSupported() {
1665 if (this.asyncSupported == null) {
1666 return true;
1667 }
1668
1669 return asyncSupported.booleanValue();
1670 }
1671
1672 @Override
1673 public AsyncContext getAsyncContext() {

Callers 1

startAsyncMethod · 0.95

Calls 1

booleanValueMethod · 0.45

Tested by

no test coverage detected