public class PingMeasurerResult
extends java.lang.Object
Constructor and Description |
---|
PingMeasurerResult(long min,
long max,
float avg,
long sentBytes,
int numberOfPings) |
Modifier and Type | Method and Description |
---|---|
float |
getAvgRtt()
The averaged RTT
|
long |
getMaxRtt()
The slowest RTT time
|
long |
getMinRtt()
The fastest RTT time
|
int |
getNumberOfPings()
Number of ping messages sent during the ping measurement
|
int |
getPingMessageSize()
The size of the ping message
|
long |
getSentBytes()
Number of bytes sent during the ping measurement
|
java.lang.String |
toString() |
public PingMeasurerResult(long min, long max, float avg, long sentBytes, int numberOfPings)
public long getMinRtt()
public long getMaxRtt()
public float getAvgRtt()
public long getSentBytes()
public int getNumberOfPings()
public int getPingMessageSize()
public java.lang.String toString()
toString
in class java.lang.Object