org.apache.http.io
Interface HttpTransportMetrics

All Known Implementing Classes:
HttpTransportMetricsImpl

public interface HttpTransportMetrics


Method Summary
 long getBytesTransferred()
          Returns the number of bytes trasferred.
 void reset()
          Resets the counts
 

Method Detail

getBytesTransferred

long getBytesTransferred()
Returns the number of bytes trasferred.


reset

void reset()
Resets the counts



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.