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
static | ClearThreadStatsTag()Clear any active tag set to account Java.Net.Socket traffic originating from the current thread. | |
static | GetUidRxBytes(int)Return number of bytes received by the given UID since device boot. | |
static | GetUidRxPackets(int)Return number of packets received by the given UID since device boot. | |
static | GetUidTcpRxBytes(int) | |
static | GetUidTcpRxSegments(int) | |
static | GetUidTcpTxBytes(int) | |
static | GetUidTcpTxSegments(int) | |
static | GetUidTxBytes(int)Return number of bytes transmitted by the given UID since device boot. | |
static | GetUidTxPackets(int)Return number of packets transmitted by the given UID since device boot. | |
static | GetUidUdpRxBytes(int) | |
static | GetUidUdpRxPackets(int) | |
static | GetUidUdpTxBytes(int) | |
static | GetUidUdpTxPackets(int) | |
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. |