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

Method recycle

java/org/apache/coyote/AbstractProcessor.java:769–773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

767
768
769 @Override
770 public void recycle() {
771 errorState = ErrorState.NONE;
772 asyncStateMachine.recycle();
773 }
774
775
776 /**

Callers

nothing calls this directly

Calls 1

recycleMethod · 0.65

Tested by

no test coverage detected