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

Method recycle

java/org/apache/coyote/ajp/AjpProcessor.java:490–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488
489
490 @Override
491 public void recycle() {
492 getAdapter().checkRecycled(request, response);
493 super.recycle();
494 request.recycle();
495 response.recycle();
496 first = true;
497 endOfStream = false;
498 waitingForBodyMessage = false;
499 empty = true;
500 replay = false;
501 responseFinished = false;
502 certificates.recycle();
503 swallowResponse = false;
504 bytesWritten = 0;
505 }
506
507
508 @Override

Callers 2

dispatchEndRequestMethod · 0.95
serviceMethod · 0.95

Calls 3

checkRecycledMethod · 0.65
getAdapterMethod · 0.65
recycleMethod · 0.65

Tested by

no test coverage detected