public class PingMeasurer
extends java.lang.Object
| Constructor and Description |
|---|
PingMeasurer(IBlaubotChannel channel,
IBlaubotDevice ownDevice) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<PingMeasurerResult> |
measure(int n)
Measure the RTT by sending n pings and awaitng the echos.
|
public PingMeasurer(IBlaubotChannel channel, IBlaubotDevice ownDevice)
public java.util.concurrent.Future<PingMeasurerResult> measure(int n)
n - the number of pings to send