MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getContent

Method getContent

src/tsd/AbstractHttpQuery.java:348–350  ·  view source on GitHub ↗

Decodes the request content to a string using the appropriate character set @return Decoded content or an empty string if the request did not include content @throws UnsupportedCharsetException if the parsed character set is invalid

()

Source from the content-addressed store, hash-verified

346 * @throws UnsupportedCharsetException if the parsed character set is invalid
347 */
348 public String getContent() {
349 return this.request.getContent().toString(this.getCharset());
350 }
351
352 /**
353 * Method to call after writing the HTTP response to the wire. The default

Callers 15

parsePutV1Method · 0.45
parseSuggestV1Method · 0.45
parseUidAssignV1Method · 0.45
parseUidRenameV1Method · 0.45
parseQueryV1Method · 0.45
parseLastPointQueryV1Method · 0.45
parseUidMetaV1Method · 0.45
parseTSMetaV1Method · 0.45
parseTreeV1Method · 0.45
parseTreeRuleV1Method · 0.45
parseTreeRulesV1Method · 0.45
parseTreeTSUIDsListV1Method · 0.45

Calls 2

getCharsetMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected