MCPcopy
hub / github.com/OpenTSDB/opentsdb / response

Method response

src/tsd/AbstractHttpQuery.java:107–109  ·  view source on GitHub ↗

Returns the response object, allowing serializers to set headers

()

Source from the content-addressed store, hash-verified

105
106 /** Returns the response object, allowing serializers to set headers */
107 public DefaultHttpResponse response() {
108 return this.response;
109 }
110
111 /**
112 * Returns the underlying Netty {@link Channel} of this query.

Callers 15

httpMissingIntervalMethod · 0.80
httpEmptyIntervalMethod · 0.80
httpMissingAggregatorMethod · 0.80
httpInvalidAggregatorMethod · 0.80
httpEmptyAggregatorMethod · 0.80
httpNSUNMetricMethod · 0.80
httpNSUNTagkMethod · 0.80

Calls

no outgoing calls

Tested by 15

httpMissingIntervalMethod · 0.64
httpEmptyIntervalMethod · 0.64
httpMissingAggregatorMethod · 0.64
httpInvalidAggregatorMethod · 0.64
httpEmptyAggregatorMethod · 0.64
httpNSUNMetricMethod · 0.64
httpNSUNTagkMethod · 0.64