public class PingStats extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PingStats.Datum |
Constructor and Description |
---|
PingStats() |
Modifier and Type | Method and Description |
---|---|
void |
addDatum(long sendTime,
boolean success) |
double |
getAverageSuccessfulPing() |
List<PingStats.Datum> |
getData() |
double |
getPacketLossRatio() |
public void addDatum(long sendTime, boolean success)
public double getAverageSuccessfulPing()
public double getPacketLossRatio()
public List<PingStats.Datum> getData()
Copyright © 2016. All rights reserved.