to top
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.