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

Method recycle

java/org/apache/coyote/Processor.java:90–90  ·  view source on GitHub ↗

Recycle the processor, ready for the next request which may be on the same connection or a different connection.

()

Source from the content-addressed store, hash-verified

88 * Recycle the processor, ready for the next request which may be on the same connection or a different connection.
89 */
90 void recycle();
91
92 /**
93 * Set the SSL information for this HTTP connection.

Callers 4

recycleMethod · 0.65
recycleMethod · 0.65
recycleMethod · 0.65
releaseMethod · 0.65

Implementers 1

AbstractProcessorLightjava/org/apache/coyote/AbstractProcess

Calls

no outgoing calls

Tested by

no test coverage detected