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

Method getEncoding

java/org/apache/tomcat/util/http/parser/TE.java:64–66  ·  view source on GitHub ↗

Returns the encoding name. @return the encoding name

()

Source from the content-addressed store, hash-verified

62 * @return the encoding name
63 */
64 public String getEncoding() {
65 return encoding;
66 }
67
68 /**
69 * Returns the parameters for this encoding.

Callers 7

testSimpleTEMethod · 0.45
testComplexTE1Method · 0.45
testComplexTE2Method · 0.45
testComplexTE3Method · 0.45
testMalformed01Method · 0.45
testMalformed02Method · 0.45
startDocumentMethod · 0.45

Calls

no outgoing calls

Tested by 6

testSimpleTEMethod · 0.36
testComplexTE1Method · 0.36
testComplexTE2Method · 0.36
testComplexTE3Method · 0.36
testMalformed01Method · 0.36
testMalformed02Method · 0.36