| Package | Description |
|---|---|
| org.apache.directory.server.dns |
Provides the entry point to an instance of the
DnsServer,
as well as support for configuration and the root
of the exception hierarchy. |
| org.apache.directory.server.dns.protocol |
Provides the
IoHandler and associated
ProtocolCodecFactory required
to implement the DNS Service with the MINA NIO framework. |
| org.apache.directory.server.dns.service |
Provides the DNS Service.
|
| Modifier and Type | Field and Description |
|---|---|
private static DnsServer |
Main.dnsConfiguration |
| Modifier and Type | Field and Description |
|---|---|
private DnsServer |
DnsProtocolHandler.config |
| Constructor and Description |
|---|
DnsProtocolHandler(DnsServer config,
RecordStore store)
Creates a new instance of DnsProtocolHandler.
|
| Modifier and Type | Field and Description |
|---|---|
private DnsServer |
DnsContext.config |
| Modifier and Type | Method and Description |
|---|---|
DnsServer |
DnsContext.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsContext.setConfig(DnsServer config) |