Package | Description |
---|---|
org.apache.commons.net.ntp |
NTP - network time protocol
|
Modifier and Type | Method and Description |
---|---|
static TimeStamp |
TimeStamp.getCurrentTime()
Constructs a 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 date)
Helper method to convert Java time to NTP timestamp object.
|
TimeStamp |
NtpV3Packet.getOriginateTimeStamp() |
TimeStamp |
NtpV3Impl.getOriginateTimeStamp()
Returns the originate time as defined in RFC-1305.
|
TimeStamp |
NtpV3Packet.getReceiveTimeStamp() |
TimeStamp |
NtpV3Impl.getReceiveTimeStamp()
Returns receive timestamp as defined in RFC-1305.
|
TimeStamp |
NtpV3Packet.getReferenceTimeStamp() |
TimeStamp |
NtpV3Impl.getReferenceTimeStamp()
Returns the reference time as defined in RFC-1305.
|
TimeStamp |
NtpV3Packet.getTransmitTimeStamp() |
TimeStamp |
NtpV3Impl.getTransmitTimeStamp()
Returns the transmit 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.
|
Modifier and Type | Method and Description |
---|---|
int |
TimeStamp.compareTo(TimeStamp anotherTimeStamp)
Compares two Timestamps numerically.
|
void |
NtpV3Packet.setOriginateTimeStamp(TimeStamp ts)
Set originate timestamp given NTP TimeStamp object.
|
void |
NtpV3Impl.setOriginateTimeStamp(TimeStamp ts)
Set originate timestamp given NTP TimeStamp object.
|
void |
NtpV3Packet.setReceiveTimeStamp(TimeStamp ts)
Set receive timestamp given NTP TimeStamp object.
|
void |
NtpV3Impl.setReceiveTimeStamp(TimeStamp ts)
Set receive timestamp given NTP TimeStamp object.
|
void |
NtpV3Packet.setReferenceTime(TimeStamp ts)
Set the reference timestamp given NTP TimeStamp object.
|
void |
NtpV3Impl.setReferenceTime(TimeStamp ts)
Set Reference time with NTP timestamp.
|
void |
NtpV3Packet.setTransmitTime(TimeStamp ts)
Set the transmit timestamp given NTP TimeStamp object.
|
void |
NtpV3Impl.setTransmitTime(TimeStamp ts)
Set transmit time with NTP timestamp.
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.