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

Method recycle

java/org/apache/tomcat/util/http/ServerCookie.java:57–60  ·  view source on GitHub ↗

Resets this cookie's name and value so it can be reused.

()

Source from the content-addressed store, hash-verified

55 * Resets this cookie's name and value so it can be reused.
56 */
57 public void recycle() {
58 name.recycle();
59 value.recycle();
60 }
61
62 /**
63 * Returns the name of this cookie as a {@link MessageBytes} object.

Callers

nothing calls this directly

Calls 1

recycleMethod · 0.65

Tested by

no test coverage detected