| Package | Description |
|---|---|
| org.apache.directory.server.dns.io.decoder |
Provides the decoders for DNS messages and resource records.
|
| org.apache.directory.server.dns.io.encoder |
Provides the encoders for DNS messages and resource records.
|
| org.apache.directory.server.dns.messages |
Provides message objects for DNS messages and resource records.
|
| org.apache.directory.server.dns.service |
Provides the DNS Service.
|
| Modifier and Type | Method and Description |
|---|---|
DnsMessage |
DnsMessageDecoder.decode(org.apache.mina.core.buffer.IoBuffer in)
Decode the
IoBuffer into a DnsMessage. |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsMessageEncoder.encode(org.apache.mina.core.buffer.IoBuffer byteBuffer,
DnsMessage message)
Encodes the
DnsMessage into the IoBuffer. |
| Modifier and Type | Method and Description |
|---|---|
DnsMessage |
DnsMessageModifier.getDnsMessage()
Returns the
DnsMessage. |
| Modifier and Type | Method and Description |
|---|---|
DnsMessage |
DnsContext.getReply() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DomainNameService.execute(DnsContext dnsContext,
DnsMessage request)
Creates a new instance of DomainNameService.
|
void |
DnsContext.setReply(DnsMessage reply) |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.