Package | Description |
---|---|
org.apache.directory.server.dns.protocol |
Provides the
org.apache.mina.common.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.
|
org.apache.directory.server.dns.store |
Provides
RecordStore interface for serving DNS resource records
to DnsServer . |
org.apache.directory.server.dns.store.jndi |
Constructor and Description |
---|
DnsProtocolHandler(DnsServer config,
RecordStore store)
Creates a new instance of DnsProtocolHandler.
|
Modifier and Type | Method and Description |
---|---|
RecordStore |
DnsContext.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
DnsContext.setStore(RecordStore store) |
Modifier and Type | Class and Description |
---|---|
class |
RecordStoreStub |
Modifier and Type | Class and Description |
---|---|
class |
JndiRecordStoreImpl
A DirectoryService-backed implementation of the RecordStore interface.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.