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

Method setError

java/org/apache/coyote/Response.java:364–366  ·  view source on GitHub ↗

Set the error flag if not already set.

()

Source from the content-addressed store, hash-verified

362 * Set the error flag if not already set.
363 */
364 public void setError() {
365 errorState.compareAndSet(0, 1);
366 }
367
368
369 /**

Callers 5

setErrorStateMethod · 0.45
logAccessMethod · 0.45
StreamMethod · 0.45
doStreamCancelMethod · 0.45
doReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected