Uses of Class
org.apache.commons.net.ntp.TimeStamp
Packages that use TimeStamp
-
Uses of TimeStamp in org.apache.commons.net.ntp
Methods in org.apache.commons.net.ntp that return TimeStampModifier and TypeMethodDescriptionstatic TimeStamp
TimeStamp.getCurrentTime()
Gets an NTP timestamp object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.static TimeStamp
TimeStamp.getNtpTime
(long dateMillis) Gets an NTP timestamp object from a Java time.NtpV3Impl.getOriginateTimeStamp()
Gets theoriginate
time as defined in RFC-1305.NtpV3Packet.getOriginateTimeStamp()
Gets theoriginate
time as defined in RFC-1305.NtpV3Impl.getReceiveTimeStamp()
Gets thereceive
timestamp as defined in RFC-1305.NtpV3Packet.getReceiveTimeStamp()
Gets thereceive
time as defined in RFC-1305.NtpV3Impl.getReferenceTimeStamp()
Gets the reference time as defined in RFC-1305.NtpV3Packet.getReferenceTimeStamp()
Gets the reference time as defined in RFC-1305.NtpV3Impl.getTransmitTimeStamp()
Gets thetransmit
timestamp as defined in RFC-1305.NtpV3Packet.getTransmitTimeStamp()
Gets thetransmit
timestamp as defined in RFC-1305.static TimeStamp
TimeStamp.parseNtpString
(String s) Parses the string argument as a NTP hexidecimal timestamp representation string (e.g.Methods in org.apache.commons.net.ntp with parameters of type TimeStampModifier and TypeMethodDescriptionint
Compares two Timestamps numerically.void
NtpV3Impl.setOriginateTimeStamp
(TimeStamp ts) Sets originate timestamp given NTP TimeStamp object.void
NtpV3Packet.setOriginateTimeStamp
(TimeStamp ts) Sets originate timestamp given NTP TimeStamp object.void
NtpV3Impl.setReceiveTimeStamp
(TimeStamp ts) Sets receive timestamp given NTP TimeStamp object.void
NtpV3Packet.setReceiveTimeStamp
(TimeStamp ts) Sets receive timestamp given NTP TimeStamp object.void
NtpV3Impl.setReferenceTime
(TimeStamp ts) Sets Reference time with NTP timestamp.void
NtpV3Packet.setReferenceTime
(TimeStamp ts) Sets the reference timestamp given NTP TimeStamp object.void
NtpV3Impl.setTransmitTime
(TimeStamp ts) Sets transmit time with NTP timestamp.void
NtpV3Packet.setTransmitTime
(TimeStamp ts) Sets thetransmit
timestamp given NTP TimeStamp object.