Home » HttpComponents-Core-4.0.1 » org.apache.http.io » [javadoc | source]
org.apache.http.io
public interface: HttpTransportMetrics [javadoc | source]

All Known Implementing Classes:
    HttpTransportMetricsImpl

The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer .
Method from org.apache.http.io.HttpTransportMetrics Summary:
getBytesTransferred,   reset
Method from org.apache.http.io.HttpTransportMetrics Detail:
 public long getBytesTransferred()
    Returns the number of bytes transferred.
 public  void reset()
    Resets the counts