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

Method reset

java/org/apache/catalina/connector/OutputBuffer.java:638–640  ·  view source on GitHub ↗

Resets the output buffer without resetting writer/stream flags.

()

Source from the content-addressed store, hash-verified

636 * Resets the output buffer without resetting writer/stream flags.
637 */
638 public void reset() {
639 reset(false);
640 }
641
642 /**
643 * Resets the output buffer.

Callers

nothing calls this directly

Calls 2

clearMethod · 0.95
recycleMethod · 0.65

Tested by

no test coverage detected