| Package | Description |
|---|---|
| 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.store |
Provides
RecordStore interface for serving DNS resource records
to DnsServer. |
| org.apache.directory.server.dns.store.jndi | |
| org.apache.directory.server.dns.store.jndi.operations |
Provides Command pattern objects for working with the JNDI backing store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionRecordEncoder.put(org.apache.mina.core.buffer.IoBuffer out,
QuestionRecord question)
Encodes the
QuestionRecord into the IoBuffer. |
| Modifier and Type | Method and Description |
|---|---|
List<QuestionRecord> |
DnsMessage.getQuestionRecords() |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsMessageModifier.setQuestionRecords(List<QuestionRecord> questionRecords) |
| Constructor and Description |
|---|
DnsMessage(int transactionId,
MessageType messageType,
OpCode opCode,
boolean authoritativeAnswer,
boolean truncated,
boolean recursionDesired,
boolean recursionAvailable,
boolean reserved,
boolean acceptNonAuthenticatedData,
ResponseCode responseCode,
List<QuestionRecord> question,
List<ResourceRecord> answer,
List<ResourceRecord> authority,
List<ResourceRecord> additional)
Creates a new instance of DnsMessage.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceRecord> |
RecordStoreStub.getRecords(QuestionRecord question) |
Set<ResourceRecord> |
RecordStore.getRecords(QuestionRecord question)
Returns a set of
ResourceRecords, given a DNS QuestionRecord. |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceRecord> |
SingleBaseSearch.getRecords(QuestionRecord question) |
Set<ResourceRecord> |
MultiBaseSearch.getRecords(QuestionRecord question) |
Set<ResourceRecord> |
JndiRecordStoreImpl.getRecords(QuestionRecord question) |
| Constructor and Description |
|---|
GetFlatRecord(QuestionRecord question)
Creates the action to be used against the embedded JNDI provider.
|
GetRecords(QuestionRecord question)
Creates the action to be used against the embedded JNDI provider.
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.