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

Method setError

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

Set the error flag if not already set.

()

Source from the content-addressed store, hash-verified

374 * Set the error flag if not already set.
375 */
376 public void setError() {
377 getCoyoteResponse().setError();
378 }
379
380
381 /**

Callers 6

sendErrorMethod · 0.95
handleReadExceptionMethod · 0.95
exceptionMethod · 0.45
throwableMethod · 0.45
runMethod · 0.45
postParseRequestMethod · 0.45

Calls 1

getCoyoteResponseMethod · 0.95

Tested by

no test coverage detected