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

Method setCharset

java/org/apache/tomcat/util/buf/ByteChunk.java:231–233  ·  view source on GitHub ↗

Sets the character set for this chunk. @param charset the character set

(Charset charset)

Source from the content-addressed store, hash-verified

229 * @param charset the character set
230 */
231 public void setCharset(Charset charset) {
232 this.charset = charset;
233 }
234
235
236 /**

Callers 15

testSerializationMethod · 0.95
doTestSolidusMethod · 0.95
doTestReverseSolidusMethod · 0.95
testJsonError404Method · 0.95
testBug53071Method · 0.95
doTestRewriteExMethod · 0.95
doTestRedirectMethod · 0.95
testCookieMethod · 0.95

Calls

no outgoing calls

Tested by 15

testSerializationMethod · 0.76
doTestSolidusMethod · 0.76
doTestReverseSolidusMethod · 0.76
testJsonError404Method · 0.76
testBug53071Method · 0.76
doTestRewriteExMethod · 0.76
doTestRedirectMethod · 0.76
testCookieMethod · 0.76