| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NtpV3Packet | |
|---|---|
| org.apache.commons.net.ntp | |
| Uses of NtpV3Packet in org.apache.commons.net.ntp | 
|---|
| Classes in org.apache.commons.net.ntp that implement NtpV3Packet | |
|---|---|
|  class | NtpV3ImplImplementation of NtpV3Packet with methods converting Java objects to/from the Network Time Protocol (NTP) data message header format described in RFC-1305. | 
| Methods in org.apache.commons.net.ntp that return NtpV3Packet | |
|---|---|
|  NtpV3Packet | TimeInfo.getMessage()Returns NTP message packet. | 
| Methods in org.apache.commons.net.ntp with parameters of type NtpV3Packet | |
|---|---|
| static String | NtpUtils.getRefAddress(NtpV3Packet packet)Returns NTP packet reference identifier as IP address. | 
| static String | NtpUtils.getReferenceClock(NtpV3Packet message)Get refId as reference clock string (e.g. | 
| Constructors in org.apache.commons.net.ntp with parameters of type NtpV3Packet | |
|---|---|
| TimeInfo(NtpV3Packet message,
                 long returnTime)Create TimeInfo object with raw packet message and destination time received. | |
| TimeInfo(NtpV3Packet msgPacket,
                 long returnTime,
                 boolean doComputeDetails)Create TimeInfo object with raw packet message and destination time received. | |
| TimeInfo(NtpV3Packet message,
                 long returnTime,
                 List<String> comments)Create TimeInfo object with raw packet message and destination time received. | |
| TimeInfo(NtpV3Packet message,
                 long returnTime,
                 List<String> comments,
                 boolean doComputeDetails)Create TimeInfo object with raw packet message and destination time received. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||