OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inTransportMetric
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java
53
private final HttpTransportMetrics
inTransportMetric
;
64
final HttpTransportMetrics
inTransportMetric
,
67
this.
inTransportMetric
=
inTransportMetric
;
74
if (this.
inTransportMetric
!= null) {
75
return this.
inTransportMetric
.getBytesTransferred();
116
if (this.
inTransportMetric
!= null) {
117
return new Long(this.
inTransportMetric
.getBytesTransferred());
143
if (this.
inTransportMetric
!= null) {
144
this.
inTransportMetric
.reset()
[
all
...]
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar
Completed in 1354 milliseconds