Home
last modified time | relevance | path

Searched refs:responseCount (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
DHttpConnectionMetricsImpl.java56 private long responseCount = 0; field in HttpConnectionMetricsImpl
98 return this.responseCount; in getResponseCount()
102 this.responseCount++; in incrementResponseCount()
114 value = new Long(responseCount); in getMetric()
147 this.responseCount = 0; in reset()