Frames | No Frames |
Methods with parameter type org.apache.commons.net.ntp.TimeStamp | |
int |
Compares two Timestamps numerically. |
void |
Set originate timestamp given NTP TimeStamp object. |
void | Set originate timestamp given NTP TimeStamp object. |
void |
Set receive timestamp given NTP TimeStamp object. |
void | Set receive timestamp given NTP TimeStamp object. |
void |
Set Reference time with NTP timestamp. |
void | Set the reference timestamp given NTP TimeStamp object. |
void |
Set transmit time with NTP timestamp. |
void | Set the transmit timestamp given NTP TimeStamp object. |
Methods with return type org.apache.commons.net.ntp.TimeStamp | |
TimeStamp |
Constructs a NTP timestamp object and initializes it so that
it represents the time at which it was allocated, measured to the
nearest millisecond. |
TimeStamp | TimeStamp.getNtpTime(long date)
Helper method to convert Java time to NTP timestamp object. |
TimeStamp |
Returns the originate time as defined in RFC-1305. |
TimeStamp | |
TimeStamp |
Returns receive timestamp as defined in RFC-1305. |
TimeStamp | |
TimeStamp |
Returns the reference time as defined in RFC-1305. |
TimeStamp | |
TimeStamp |
Returns the transmit timestamp as defined in RFC-1305. |
TimeStamp | |
TimeStamp | TimeStamp.parseNtpString(String s)
Parses the string argument as a NTP hexidecimal timestamp representation string
(e.g. |