OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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;
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
Completed in 30 milliseconds