Uses of Interface
org.apache.commons.net.ntp.NtpV3Packet
Packages that use NtpV3Packet
-
Uses of NtpV3Packet in org.apache.commons.net.ntp
Classes in org.apache.commons.net.ntp that implement NtpV3PacketModifier and TypeClassDescriptionclass
ImplementsNtpV3Packet
to convert Java objects to and from the Network Time Protocol (NTP) data message header format described in RFC-1305.Methods in org.apache.commons.net.ntp that return NtpV3PacketMethods in org.apache.commons.net.ntp with parameters of type NtpV3PacketModifier 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.Constructors in org.apache.commons.net.ntp with parameters of type NtpV3PacketModifierConstructorDescriptionTimeInfo
(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.