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

Method isSuspended

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

Suspended flag accessor. @return true if the response is suspended

()

Source from the content-addressed store, hash-verified

356 * @return <code>true</code> if the response is suspended
357 */
358 public boolean isSuspended() {
359 return outputBuffer.isSuspended();
360 }
361
362
363 /**

Callers 2

isAppCommittedMethod · 0.95
isFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected