Home
last modified time | relevance | path

Searched refs:getBytesTransferred (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
DHttpConnectionMetricsImpl.java70 return this.inTransportMetric.getBytesTransferred(); in getReceivedBytesCount()
78 return this.outTransportMetric.getBytesTransferred(); in getSentBytesCount()
112 return new Long(this.inTransportMetric.getBytesTransferred()); in getMetric()
118 return new Long(this.outTransportMetric.getBytesTransferred()); in getMetric()
/external/apache-http/src/org/apache/http/io/
DHttpTransportMetrics.java39 long getBytesTransferred(); in getBytesTransferred() method
/external/apache-http/src/org/apache/http/impl/io/
DHttpTransportMetricsImpl.java47 public long getBytesTransferred() { in getBytesTransferred() method in HttpTransportMetricsImpl