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

Method method

src/tsd/AbstractHttpQuery.java:102–104  ·  view source on GitHub ↗

Returns the HTTP method/verb for the request

()

Source from the content-addressed store, hash-verified

100
101 /** Returns the HTTP method/verb for the request */
102 public HttpMethod method() {
103 return this.method;
104 }
105
106 /** Returns the response object, allowing serializers to set headers */
107 public DefaultHttpResponse response() {

Callers 15

importFileNotFoundMethod · 0.80
setDataMethod · 0.80
executeMethod · 0.80
handleAssignMethod · 0.80
handleRenameMethod · 0.80
executeBulkMethod · 0.80
getAPIMethodMethod · 0.80
applyCorsConfigMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 2

importFileNotFoundMethod · 0.64
setDataMethod · 0.64