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

Method getCharset

java/org/apache/tomcat/util/http/parser/MediaType.java:94–96  ·  view source on GitHub ↗

Get the charset. @return the charset

()

Source from the content-addressed store, hash-verified

92 * @return the charset
93 */
94 public String getCharset() {
95 return charset;
96 }
97
98 /**
99 * Get the number of parameters.

Callers 9

testCharsetMethod · 0.95
testCharsetQuotedMethod · 0.95
testBug52811Method · 0.95
testBug53353Method · 0.95
testBug55454Method · 0.95
testEncodingMethod · 0.95
parseMethod · 0.95
setContentTypeMethod · 0.95

Calls

no outgoing calls

Tested by 6

testCharsetMethod · 0.76
testCharsetQuotedMethod · 0.76
testBug52811Method · 0.76
testBug53353Method · 0.76
testBug55454Method · 0.76
testEncodingMethod · 0.76