public class

NetworkStatsEntity

extends HttpEntityWrapper
java.lang.Object
   ↳ org.apache.http.entity.HttpEntityWrapper
     ↳ com.google.android.net.NetworkStatsEntity

Summary

[Expand]
Inherited Fields
From class org.apache.http.entity.HttpEntityWrapper
Public Constructors
NetworkStatsEntity(HttpEntity orig, String ua, int uid, long startTx, long startRx, long responseLatency, long processingStartTime)
Public Methods
InputStream getContent()
static boolean shouldLogNetworkStats()
[Expand]
Inherited Methods
From class org.apache.http.entity.HttpEntityWrapper
From class java.lang.Object
From interface org.apache.http.HttpEntity

Public Constructors

public NetworkStatsEntity (HttpEntity orig, String ua, int uid, long startTx, long startRx, long responseLatency, long processingStartTime)

Public Methods

public InputStream getContent ()

Since: API Level

Throws
IOException

public static boolean shouldLogNetworkStats ()