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

Method setSuspended

java/org/apache/catalina/connector/Response.java:348–350  ·  view source on GitHub ↗

Set the suspended flag. @param suspended The new suspended flag value

(boolean suspended)

Source from the content-addressed store, hash-verified

346 * @param suspended The new suspended flag value
347 */
348 public void setSuspended(boolean suspended) {
349 outputBuffer.setSuspended(suspended);
350 }
351
352
353 /**

Callers 7

sendErrorMethod · 0.95
sendRedirectMethod · 0.95
asyncDispatchMethod · 0.95
invokeMethod · 0.45
invokeMethod · 0.45
customMethod · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected