Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

HttpTransportMetricsImpl

extends Object
implements HttpTransportMetrics
java.lang.Object
   ↳ org.apache.http.impl.io.HttpTransportMetricsImpl

Class Overview

Default implementation of HttpTransportMetrics .

Summary

Public Constructors
HttpTransportMetricsImpl ()
Public Methods
long getBytesTransferred ()
Returns the number of bytes trasferred.
void incrementBytesTransferred (long count)
void reset ()
Resets the counts
void setBytesTransferred (long count)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.io.HttpTransportMetrics

Public Constructors

public HttpTransportMetricsImpl ()

Added in API level 1

Public Methods

public long getBytesTransferred ()

Added in API level 1

Returns the number of bytes trasferred.

public void incrementBytesTransferred (long count)

Added in API level 1

public void reset ()

Added in API level 1

Resets the counts

public void setBytesTransferred (long count)

Added in API level 1