HomeSort by relevance Sort by last modified time
    Searched defs:responseCount (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java 51 private long responseCount = 0;
93 return this.responseCount;
97 this.responseCount++;
109 value = new Long(responseCount);
142 this.responseCount = 0;
  /prebuilt/common/http-client/
httpcore-4.1.jar 

Completed in 17 milliseconds