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

Method notFound

src/tsd/AbstractHttpQuery.java:396–399  ·  view source on GitHub ↗

Sends 404/Not Found to the client.

()

Source from the content-addressed store, hash-verified

394 * Sends <code>404/Not Found</code> to the client.
395 */
396 public void notFound() {
397 logWarn("Not Found: " + request().getUri());
398 sendStatusOnly(HttpResponseStatus.NOT_FOUND);
399 }
400
401 /**
402 * Send just the status code without a body, used for 204 or 304

Callers

nothing calls this directly

Calls 3

logWarnMethod · 0.95
requestMethod · 0.95
sendStatusOnlyMethod · 0.95

Tested by

no test coverage detected