OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outTransportMetric
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java
54
private final HttpTransportMetrics
outTransportMetric
;
65
final HttpTransportMetrics
outTransportMetric
) {
68
this.
outTransportMetric
=
outTransportMetric
;
82
if (this.
outTransportMetric
!= null) {
83
return this.
outTransportMetric
.getBytesTransferred();
122
if (this.
outTransportMetric
!= null) {
123
return new Long(this.
outTransportMetric
.getBytesTransferred());
140
if (this.
outTransportMetric
!= null) {
141
this.
outTransportMetric
.reset()
[
all
...]
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar
Completed in 76 milliseconds