|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NtpMessage | |
---|---|
org.apache.directory.server.ntp | Provides the entry point to instances of the
NtpServer ,
as well as support for configuration and the root
of the exception hierarchy. |
org.apache.directory.server.ntp.io | Provides the encoder and decoder for NTP message conversions. |
org.apache.directory.server.ntp.messages | Provides message objects for NTP messages. |
org.apache.directory.server.ntp.service | Provides the implementation of the NtpService . |
Uses of NtpMessage in org.apache.directory.server.ntp |
---|
Methods in org.apache.directory.server.ntp that return NtpMessage | |
---|---|
NtpMessage |
NtpService.getReplyFor(NtpMessage request)
Returns an NtpMessage reply for the given NtpMessage request. |
Methods in org.apache.directory.server.ntp with parameters of type NtpMessage | |
---|---|
NtpMessage |
NtpService.getReplyFor(NtpMessage request)
Returns an NtpMessage reply for the given NtpMessage request. |
Uses of NtpMessage in org.apache.directory.server.ntp.io |
---|
Methods in org.apache.directory.server.ntp.io that return NtpMessage | |
---|---|
NtpMessage |
NtpMessageDecoder.decode(java.nio.ByteBuffer request)
Decodes the ByteBuffer into an NtpMessage . |
Methods in org.apache.directory.server.ntp.io with parameters of type NtpMessage | |
---|---|
void |
NtpMessageEncoder.encode(java.nio.ByteBuffer byteBuffer,
NtpMessage message)
Encodes the NtpMessage into the ByteBuffer . |
Uses of NtpMessage in org.apache.directory.server.ntp.messages |
---|
Methods in org.apache.directory.server.ntp.messages that return NtpMessage | |
---|---|
NtpMessage |
NtpMessageModifier.getNtpMessage()
Returns the built NtpMessage . |
Uses of NtpMessage in org.apache.directory.server.ntp.service |
---|
Methods in org.apache.directory.server.ntp.service that return NtpMessage | |
---|---|
NtpMessage |
NtpServiceImpl.getReplyFor(NtpMessage request)
|
Methods in org.apache.directory.server.ntp.service with parameters of type NtpMessage | |
---|---|
NtpMessage |
NtpServiceImpl.getReplyFor(NtpMessage request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |