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

Method request

src/tsd/AbstractHttpQuery.java:97–99  ·  view source on GitHub ↗

Returns the underlying Netty HttpRequest of this query.

()

Source from the content-addressed store, hash-verified

95 * Returns the underlying Netty {@link HttpRequest} of this query.
96 */
97 public HttpRequest request() {
98 return request;
99 }
100
101 /** Returns the HTTP method/verb for the request */
102 public HttpMethod method() {

Callers 15

internalErrorMethod · 0.95
badRequestMethod · 0.95
notFoundMethod · 0.95
handleHttpQueryMethod · 0.95
setSerializerMethod · 0.45
internalErrorMethod · 0.45
badRequestMethod · 0.45
notFoundMethod · 0.45
sendFileMethod · 0.45
doneMethod · 0.45
guessMimeTypeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected