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

Method getCharset

java/org/apache/coyote/Response.java:624–627  ·  view source on GitHub ↗

Returns the current character set. @return The current character set @deprecated Unused. Will be removed in Tomcat 12.

()

Source from the content-addressed store, hash-verified

622 * @deprecated Unused. Will be removed in Tomcat 12.
623 */
624 @Deprecated
625 public Charset getCharset() {
626 return charsetHolder.getCharset();
627 }
628
629
630 /**

Callers

nothing calls this directly

Calls 1

getCharsetMethod · 0.65

Tested by

no test coverage detected