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

Method setAsyncSupported

java/org/apache/catalina/Wrapper.java:343–343  ·  view source on GitHub ↗

Set the async support for the associated Servlet. @param asyncSupport the new value

(boolean asyncSupport)

Source from the content-addressed store, hash-verified

341 * @param asyncSupport the new value
342 */
343 void setAsyncSupported(boolean asyncSupport);
344
345 /**
346 * Is the associated Servlet enabled? Defaults to <code>true</code>.

Callers 15

doRequestMethod · 0.95
doTestBug57621Method · 0.95
testEmptyWindowMethod · 0.95
testTimeoutMethod · 0.95
testErrorMethod · 0.95
testAsyncCompleteMethod · 0.95

Implementers 1

StandardWrapperjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 15

doRequestMethod · 0.76
doTestBug57621Method · 0.76
testEmptyWindowMethod · 0.76
testTimeoutMethod · 0.76
testErrorMethod · 0.76
testAsyncCompleteMethod · 0.76