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

Method checkRecycled

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

Assert that request and response have been recycled. If they have not then log a warning and force a recycle. This method is called as a safety check when a processor is being recycled and may be returned to a pool for reuse. @param req Request @param res Response

(Request req, Response res)

Source from the content-addressed store, hash-verified

88 * @param res Response
89 */
90 void checkRecycled(Request req, Response res);
91
92 /**
93 * Provide the name of the domain to use to register MBeans for components associated with the connector.

Callers 2

recycleMethod · 0.65
recycleMethod · 0.65

Implementers 1

CoyoteAdapterjava/org/apache/catalina/connector/Coy

Calls

no outgoing calls

Tested by

no test coverage detected