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

Method recycle

java/org/apache/coyote/http11/Http11Processor.java:1446–1456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1444
1445
1446 @Override
1447 public final void recycle() {
1448 getAdapter().checkRecycled(request, response);
1449 super.recycle();
1450 inputBuffer.recycle();
1451 outputBuffer.recycle();
1452 upgradeToken = null;
1453 socketWrapper = null;
1454 sendfileData = null;
1455 sslSupport = null;
1456 }
1457
1458
1459 @Override

Callers

nothing calls this directly

Calls 3

checkRecycledMethod · 0.65
getAdapterMethod · 0.65
recycleMethod · 0.65

Tested by

no test coverage detected