public final class PingTime
extends java.lang.Object
NO_VALUE| Modifier and Type | Field and Description |
|---|---|
static long |
NO_VALUE |
| Modifier and Type | Method and Description |
|---|---|
void |
copyValuesFrom(PingTime other) |
long |
getAtServer()
Returns the epoch nano timestamp the ping was received from at the server
|
long |
getReceived()
Returns the epoch nano timestamp the ping was received back the client.
|
long |
getSent()
Returns the epoch nano timestamp the ping was sent from this client to the server
|
void |
set(long sent,
long atServer,
long received) |
java.lang.String |
toString() |
public void set(long sent,
long atServer,
long received)
public void copyValuesFrom(PingTime other)
public long getSent()
public long getAtServer()
public long getReceived()
public java.lang.String toString()
toString in class java.lang.Object