Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/
DHttpConnectionMetricsImpl.java75 return this.inTransportMetric.getBytesTransferred(); in getReceivedBytesCount()
83 return this.outTransportMetric.getBytesTransferred(); in getSentBytesCount()
117 return new Long(this.inTransportMetric.getBytesTransferred()); in getMetric()
123 return new Long(this.outTransportMetric.getBytesTransferred()); in getMetric()
/external/apache-http/src/org/apache/http/io/
DHttpTransportMetrics.java45 long getBytesTransferred(); in getBytesTransferred() method
/external/apache-http/src/org/apache/http/impl/io/
DHttpTransportMetricsImpl.java52 public long getBytesTransferred() { in getBytesTransferred() method in HttpTransportMetricsImpl
/external/apache-http/
Dart-profile579 HPLorg/apache/http/io/HttpTransportMetrics;->getBytesTransferred()J
/external/apache-http/api/
Dcurrent.txt3354 method @Deprecated public long getBytesTransferred();
3393 method @Deprecated public long getBytesTransferred();