public abstract class NetworkStats extends Object
| Constructor and Description |
|---|
NetworkStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract Long |
rxBytes() |
abstract Long |
rxDropped() |
abstract Long |
rxErrors() |
abstract Long |
rxPackets() |
abstract Long |
txBytes() |
abstract Long |
txDropped() |
abstract Long |
txErrors() |
abstract Long |
txPackets() |
public abstract Long rxBytes()
public abstract Long rxPackets()
public abstract Long rxDropped()
public abstract Long rxErrors()
public abstract Long txBytes()
public abstract Long txPackets()
public abstract Long txDropped()
public abstract Long txErrors()
Copyright © 2019. All rights reserved.