MCPcopy Create free account
hub / github.com/apache/tomcat / recycle

Method recycle

java/org/apache/tomcat/util/http/MimeHeaders.java:557–560  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

555 }
556
557 public void recycle() {
558 nameB.recycle();
559 valueB.recycle();
560 }
561
562 public MessageBytes getName() {
563 return nameB;

Callers 1

removeHeaderMethod · 0.95

Calls 1

recycleMethod · 0.65

Tested by

no test coverage detected