Android.Net.TrafficStats: Method Members

The methods of Android.Net.TrafficStats are listed below. For a list of all members, see the TrafficStats Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
ClearThreadStatsTag()
Clear any active tag set to account Java.Net.Socket traffic originating from the current thread.
static
GetUidRxBytes(int) : long
Return number of bytes received by the given UID since device boot.
static
GetUidRxPackets(int) : long
Return number of packets received by the given UID since device boot.
static
GetUidTcpRxBytes(int) : long
static
GetUidTcpRxSegments(int) : long
static
GetUidTcpTxBytes(int) : long
static
GetUidTcpTxSegments(int) : long
static
GetUidTxBytes(int) : long
Return number of bytes transmitted by the given UID since device boot.
static
GetUidTxPackets(int) : long
Return number of packets transmitted by the given UID since device boot.
static
GetUidUdpRxBytes(int) : long
static
GetUidUdpRxPackets(int) : long
static
GetUidUdpTxBytes(int) : long
static
GetUidUdpTxPackets(int) : long
static
IncrementOperationCount(int)
Increment count of network operations performed under the accounting tag currently active on the calling thread.
static
IncrementOperationCount(int, int)
Increment count of network operations performed under the given accounting tag.
static
TagSocket(Java.Net.Socket)
Tag the given Java.Net.Socket with any statistics parameters active for the current thread.
static
UntagSocket(Java.Net.Socket)
Remove any statistics parameters from the given Java.Net.Socket.