org.apache.directory.server.ntp
Interface NtpService

All Known Implementing Classes:
NtpServiceImpl

public interface NtpService

NTP Protocol (RFC 2030)

Author:
Apache Directory Project

Method Summary
 NtpMessage getReplyFor(NtpMessage request)
          Returns an NtpMessage reply for the given NtpMessage request.
 

Method Detail

getReplyFor

NtpMessage getReplyFor(NtpMessage request)
Returns an NtpMessage reply for the given NtpMessage request.

Parameters:
request -
Returns:
The NtpMessage reply.


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.