Uses of Class
quamj.qps.util.ntp.TimeStamp

Packages that use TimeStamp
quamj.qps.util.ntp   
 

Uses of TimeStamp in quamj.qps.util.ntp
 

Fields in quamj.qps.util.ntp declared as TimeStamp
static TimeStamp TimeStamp.zero
          The timestamp corresponding to the beginning of the century.
 TimeStamp NtpInfo.referenceTimeStamp
          Reference timestamp.
 

Methods in quamj.qps.util.ntp that return TimeStamp
 TimeStamp NtpDatagramPacket.getReferenceTimeStamp()
          Returns the reference timestamp.
 TimeStamp NtpDatagramPacket.getOriginateTimeStamp()
          Returns the originate timestamp
 TimeStamp NtpDatagramPacket.getReceiveTimeStamp()
          Returns the receive timestamp
 TimeStamp NtpDatagramPacket.getTransmitTimeStamp()
          Returns the transmit timestamp
 TimeStamp NtpDatagramPacket.getReceptionTimeStamp()
          Returns the reception timestamp
 

Methods in quamj.qps.util.ntp with parameters of type TimeStamp
 boolean TimeStamp.equals(TimeStamp ts)
           
 

Constructors in quamj.qps.util.ntp with parameters of type TimeStamp
NtpDatagramPacket(NtpHeader header, TimeStamp referenceTimeStamp, TimeStamp originateTimeStamp, TimeStamp receiveTimeStamp, TimeStamp transmitTimeStamp, java.net.InetAddress iaddr, int iport)
          Construct a NtpDatagram from a header, four timestamps, an Inetaddress and a portnumber.
NtpDatagramPacket(NtpHeader header, TimeStamp referenceTimeStamp, TimeStamp originateTimeStamp, TimeStamp receiveTimeStamp, TimeStamp transmitTimeStamp, java.net.InetAddress iaddr, int iport)
          Construct a NtpDatagram from a header, four timestamps, an Inetaddress and a portnumber.
NtpDatagramPacket(NtpHeader header, TimeStamp referenceTimeStamp, TimeStamp originateTimeStamp, TimeStamp receiveTimeStamp, TimeStamp transmitTimeStamp, java.net.InetAddress iaddr, int iport)
          Construct a NtpDatagram from a header, four timestamps, an Inetaddress and a portnumber.
NtpDatagramPacket(NtpHeader header, TimeStamp referenceTimeStamp, TimeStamp originateTimeStamp, TimeStamp receiveTimeStamp, TimeStamp transmitTimeStamp, java.net.InetAddress iaddr, int iport)
          Construct a NtpDatagram from a header, four timestamps, an Inetaddress and a portnumber.