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

Method recycle

java/org/apache/coyote/http11/InputFilter.java:41–41  ·  view source on GitHub ↗

Make the filter ready to process the next request.

()

Source from the content-addressed store, hash-verified

39 * Make the filter ready to process the next request.
40 */
41 void recycle();
42
43
44 /**

Callers 11

recycleMethod · 0.65
nextRequestMethod · 0.65
nextRequestMethod · 0.65
recycleMethod · 0.65
recycleMethod · 0.65
recycleMethod · 0.65
recycleMethod · 0.65
processMethod · 0.65
recycleMethod · 0.65
prepareResponseMethod · 0.65
doGetBytesMethod · 0.65

Implementers 5

IdentityInputFilterjava/org/apache/coyote/http11/filters/
BufferedInputFilterjava/org/apache/coyote/http11/filters/
VoidInputFilterjava/org/apache/coyote/http11/filters/
ChunkedInputFilterjava/org/apache/coyote/http11/filters/
SavedRequestInputFilterjava/org/apache/coyote/http11/filters/

Calls

no outgoing calls

Tested by

no test coverage detected