public static class TimeProtocolHandler.SkewData extends Object
| Constructor and Description |
|---|
SkewData(long localStartTime,
long localEndTime,
long serverTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLatency()
Get the latency in the request (approximated as 1/2 round trip time).
|
long |
getLocalEndTime()
get the time that the request ended
|
long |
getLocalStartTime()
get the time that the request started
|
long |
getServerTime()
get the time that the server reported
|
long |
getSkew()
get the clock skew between the server and the client.
|
public SkewData(long localStartTime,
long localEndTime,
long serverTime)
public long getLocalEndTime()
public long getLocalStartTime()
public long getServerTime()
public long getSkew()
public long getLatency()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.