Class PingMessage
PingMessage
This is the response from a DiffusionClient.ping request. This message contains the latency of the round trip as well as the client queue size on the server
Constructor Summary
null
|
PingMessage
|
Method Summary
String
|
getQueueSize()
Get the Diffusion Server current queue size |
Number
|
getTimeSinceCreation()
Get the number of milliseconds that this message has existed for |
String
|
getTimestamp()
Get the timestamp sent from the server |
Constructor Details
PingMessage
PingMessage
- Parameters
-
response
-
Method Details
getQueueSize
String getQueueSize()
Get the Diffusion Server current queue size
getTimeSinceCreation
Number getTimeSinceCreation()
Get the number of milliseconds that this message has existed for
getTimestamp
String getTimestamp()
Get the timestamp sent from the server