MCPcopy Index your code
hub / github.com/apache/tomcat / recycle

Method recycle

java/org/apache/coyote/Response.java:788–790  ·  view source on GitHub ↗

Recycle this response.

()

Source from the content-addressed store, hash-verified

786 * Recycle this response.
787 */
788 public void recycle() {
789 recycle(true);
790 }
791
792
793 private void recycle(boolean responseComplete) {

Callers 1

resetMethod · 0.95

Calls 4

resetErrorMethod · 0.95
setHookMethod · 0.95
setOutputBufferMethod · 0.95
recycleMethod · 0.65

Tested by

no test coverage detected