Uses of Interface
org.apache.commons.net.ntp.NtpV3Packet
-
Uses of NtpV3Packet in org.apache.commons.net.ntp
Modifier and TypeClassDescriptionclass
ImplementsNtpV3Packet
to convert Java objects to and from the Network Time Protocol (NTP) data message header format described in RFC-1305.Modifier and TypeMethodDescriptionstatic String
NtpUtils.getRefAddress
(NtpV3Packet packet) Returns NTP packet reference identifier as IP address.static String
NtpUtils.getReferenceClock
(NtpV3Packet message) Gets refId as reference clock string (e.g.ModifierConstructorDescriptionTimeInfo
(NtpV3Packet message, long returnTimeMillis) Create TimeInfo object with raw packet message and destination time received.TimeInfo
(NtpV3Packet msgPacket, long returnTimeMillis, boolean doComputeDetails) Create TimeInfo object with raw packet message and destination time received.TimeInfo
(NtpV3Packet message, long returnTimeMillis, List<String> comments) Create TimeInfo object with raw packet message and destination time received.TimeInfo
(NtpV3Packet message, long returnTimeMillis, List<String> comments, boolean doComputeDetails) Create TimeInfo object with raw packet message and destination time received.