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/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
recycle
Method · 0.65
nextRequest
Method · 0.65
nextRequest
Method · 0.65
recycle
Method · 0.65
recycle
Method · 0.65
recycle
Method · 0.65
recycle
Method · 0.65
process
Method · 0.65
recycle
Method · 0.65
prepareResponse
Method · 0.65
doGetBytes
Method · 0.65
Implementers
5
IdentityInputFilter
java/org/apache/coyote/http11/filters/
BufferedInputFilter
java/org/apache/coyote/http11/filters/
VoidInputFilter
java/org/apache/coyote/http11/filters/
ChunkedInputFilter
java/org/apache/coyote/http11/filters/
SavedRequestInputFilter
java/org/apache/coyote/http11/filters/
Calls
no outgoing calls
Tested by
no test coverage detected