Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
reset
Method · 0.95
Calls
4
resetError
Method · 0.95
setHook
Method · 0.95
setOutputBuffer
Method · 0.95
recycle
Method · 0.65
Tested by
no test coverage detected