Class PingResponse

java.lang.Object
net.ME1312.SubData.Client.Library.PingResponse

public class PingResponse extends Object
Ping Response Class
All values presented by this class have been recorded in nanoseconds
  • Constructor Summary

    Constructors
    Constructor
    Description
    PingResponse(long[] timings)
    Calculates and stores the meaning of a ping using its recorded timings
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated.
    Get how long it took to download the ping response
    long
    Get how long the ping waited in a queue on this machine
    long
    Get how long the ping waited in a queue
    long
    Get how long the ping waited in a queue on the remote machine
    long
    Get how long it took to receive the ping response in total
    long
    Get how long it took to transfer the ping over the network in both directions
    long
    Deprecated.
    Get how long it took to upload the ping

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait