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

  /external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java 56 private HashMap metricsCache;
102 if (this.metricsCache != null) {
103 value = this.metricsCache.get(metricName);
128 if (this.metricsCache == null) {
129 this.metricsCache = new HashMap();
131 this.metricsCache.put(metricName, obj);
143 this.metricsCache = null;
  /prebuilt/common/http-client/
httpcore-4.1.jar 

Completed in 43 milliseconds