Uses of Interface org.apache.commons.net.ntp.NtpV3Packet

Uses in package org.apache.commons.net.ntp

Classes implementing org.apache.commons.net.ntp.NtpV3Packet

class
Implementation of NtpV3Packet with methods converting Java objects to/from the Network Time Protocol (NTP) data message header format described in RFC-1305.

Constructors with parameter type org.apache.commons.net.ntp.NtpV3Packet

TimeInfo.TimeInfo(NtpV3Packet message, long returnTime)
Create TimeInfo object with raw packet message and destination time received.
TimeInfo.TimeInfo(NtpV3Packet message, long returnTime, List comments)
Create TimeInfo object with raw packet message and destination time received.
TimeInfo.TimeInfo(NtpV3Packet message, long returnTime, List comments, boolean doComputeDetails)
Create TimeInfo object with raw packet message and destination time received.
TimeInfo.TimeInfo(NtpV3Packet msgPacket, long returnTime, boolean doComputeDetails)
Create TimeInfo object with raw packet message and destination time received.

Methods with parameter type org.apache.commons.net.ntp.NtpV3Packet

String
Returns NTP packet reference identifier as IP address.
String
Get refId as reference clock string (e.g.

Methods with return type org.apache.commons.net.ntp.NtpV3Packet

NtpV3Packet
Returns NTP message packet.