OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBytesTransferred
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/http/io/
HttpTransportMetrics.java
45
long
getBytesTransferred
();
/external/apache-http/src/org/apache/http/impl/io/
HttpTransportMetricsImpl.java
52
public long
getBytesTransferred
() {
/external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java
75
return this.inTransportMetric.
getBytesTransferred
();
83
return this.outTransportMetric.
getBytesTransferred
();
117
return new Long(this.inTransportMetric.
getBytesTransferred
());
123
return new Long(this.outTransportMetric.
getBytesTransferred
());
Completed in 176 milliseconds