Uses of Interface
org.apache.commons.net.ntp.NtpV3Packet
-
Packages that use NtpV3Packet Package Description org.apache.commons.net.ntp NTP - network time protocol -
-
Uses of NtpV3Packet in org.apache.commons.net.ntp
Classes in org.apache.commons.net.ntp that implement NtpV3Packet Modifier and Type Class Description class
NtpV3Impl
ImplementsNtpV3Packet
to convert Java objects to and from the Network Time Protocol (NTP) data message header format described in RFC-1305.Fields in org.apache.commons.net.ntp declared as NtpV3Packet Modifier and Type Field Description private NtpV3Packet
TimeInfo. message
Methods in org.apache.commons.net.ntp that return NtpV3Packet Modifier and Type Method Description NtpV3Packet
TimeInfo. getMessage()
Returns NTP message packet.Methods in org.apache.commons.net.ntp with parameters of type NtpV3Packet Modifier and Type Method Description static java.lang.String
NtpUtils. getRefAddress(NtpV3Packet packet)
Returns NTP packet reference identifier as IP address.static java.lang.String
NtpUtils. getReferenceClock(NtpV3Packet message)
Gets refId as reference clock string (e.g.Constructors in org.apache.commons.net.ntp with parameters of type NtpV3Packet Constructor Description TimeInfo(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, java.util.List<java.lang.String> comments)
Create TimeInfo object with raw packet message and destination time received.TimeInfo(NtpV3Packet message, long returnTimeMillis, java.util.List<java.lang.String> comments, boolean doComputeDetails)
Create TimeInfo object with raw packet message and destination time received.
-