org.apache.commons.net.ntp |
|
Java Source File Name | Type | Comment |
NTPUDPClient.java | Class | The NTPUDPClient class is a UDP implementation of a client for the
Network Time Protocol (NTP) described in RFC 1305 as well as the
Simple Network Time Protocol (SNTP) in RFC-2030. |
NtpUtils.java | Class | Common NtpUtils Helper class. |
NtpV3Impl.java | Class | Implementation of NtpV3Packet with methods converting Java objects to/from
the Network Time Protocol (NTP) data message header format described in RFC-1305. |
NtpV3Packet.java | Interface | Interface for a NtpV3Packet with get/set methods corresponding to the fields
in the NTP Data Message Header described in RFC 1305. |
TimeInfo.java | Class | Wrapper class to network time packet messages (NTP, etc) that computes
related timing info and stats. |
TimeStamp.java | Class | TimeStamp class represents the Network Time Protocol (NTP) timestamp
as defined in RFC-1305 and SNTP (RFC-2030). |
TimeStampTest.java | Class | Test class that validates assertions for the basic TimeStamp operations and comparisons. |