@UnstableApi public class DefaultDnsResponse extends AbstractDnsMessage implements DnsResponse
DnsResponse implementation.| 构造器和说明 |
|---|
DefaultDnsResponse(int id)
|
DefaultDnsResponse(int id,
DnsOpCode opCode)
Creates a new instance with the
DnsResponseCode.NOERROR RCODE. |
DefaultDnsResponse(int id,
DnsOpCode opCode,
DnsResponseCode code)
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DnsResponse |
addRecord(DnsSection section,
DnsRecord record)
Adds the specified
record at the end of the specified section of this DNS message. |
DnsResponse |
addRecord(DnsSection section,
int index,
DnsRecord record)
Adds the specified
record at the specified index of the specified section
of this DNS message. |
DnsResponse |
clear()
Removes all the records in this DNS message.
|
DnsResponse |
clear(DnsSection section)
Removes all the records in the specified
section of this DNS message. |
DnsResponseCode |
code()
Returns the 4 bit return code.
|
boolean |
isAuthoritativeAnswer()
Returns
true if responding server is authoritative for the domain
name in the query message. |
boolean |
isRecursionAvailable()
Returns
true if DNS server can handle recursive queries. |
boolean |
isTruncated()
Returns
true if response has been truncated, usually if it is
over 512 bytes. |
DnsResponse |
retain()
Increases the reference count by
1. |
DnsResponse |
retain(int increment)
Increases the reference count by the specified
increment. |
DnsResponse |
setAuthoritativeAnswer(boolean authoritativeAnswer)
Set to
true if responding server is authoritative for the domain
name in the query message. |
DnsResponse |
setCode(DnsResponseCode code)
Sets the response code for this message.
|
DnsResponse |
setId(int id)
Sets the
ID of this DNS message. |
DnsResponse |
setOpCode(DnsOpCode opCode)
Sets the
opCode of this DNS message. |
DnsResponse |
setRecord(DnsSection section,
DnsRecord record)
Sets the specified
section of this DNS message to the specified record,
making it a single-record section. |
DnsResponse |
setRecursionAvailable(boolean recursionAvailable)
Set to
true if DNS server can handle recursive queries. |
DnsResponse |
setRecursionDesired(boolean recursionDesired)
Sets the
RD (recursion desired} field of this DNS message. |
DnsResponse |
setTruncated(boolean truncated)
Set to
true if response has been truncated (usually happens for
responses over 512 bytes). |
DnsResponse |
setZ(int z)
Sets the
Z (reserved for future use) field of this DNS message. |
java.lang.String |
toString() |
DnsResponse |
touch()
Records the current access location of this object for debugging purposes.
|
DnsResponse |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
count, count, deallocate, equals, hashCode, id, isRecursionDesired, opCode, recordAt, recordAt, removeRecord, setRecord, zrefCnt, release, release, setRefCntcount, count, id, isRecursionDesired, opCode, recordAt, recordAt, removeRecord, setRecord, zrefCnt, release, releasepublic DefaultDnsResponse(int id)
id - the ID of the DNS responsepublic DefaultDnsResponse(int id,
DnsOpCode opCode)
DnsResponseCode.NOERROR RCODE.id - the ID of the DNS responseopCode - the opCode of the DNS responsepublic DefaultDnsResponse(int id,
DnsOpCode opCode,
DnsResponseCode code)
id - the ID of the DNS responseopCode - the opCode of the DNS responsecode - the RCODE of the DNS responsepublic boolean isAuthoritativeAnswer()
DnsResponsetrue if responding server is authoritative for the domain
name in the query message.isAuthoritativeAnswer 在接口中 DnsResponsepublic DnsResponse setAuthoritativeAnswer(boolean authoritativeAnswer)
DnsResponsetrue if responding server is authoritative for the domain
name in the query message.setAuthoritativeAnswer 在接口中 DnsResponseauthoritativeAnswer - flag for authoritative answerpublic boolean isTruncated()
DnsResponsetrue if response has been truncated, usually if it is
over 512 bytes.isTruncated 在接口中 DnsResponsepublic DnsResponse setTruncated(boolean truncated)
DnsResponsetrue if response has been truncated (usually happens for
responses over 512 bytes).setTruncated 在接口中 DnsResponsetruncated - flag for truncationpublic boolean isRecursionAvailable()
DnsResponsetrue if DNS server can handle recursive queries.isRecursionAvailable 在接口中 DnsResponsepublic DnsResponse setRecursionAvailable(boolean recursionAvailable)
DnsResponsetrue if DNS server can handle recursive queries.setRecursionAvailable 在接口中 DnsResponserecursionAvailable - flag for recursion availabilitypublic DnsResponseCode code()
DnsResponsecode 在接口中 DnsResponsepublic DnsResponse setCode(DnsResponseCode code)
DnsResponsesetCode 在接口中 DnsResponsecode - the response codepublic DnsResponse setId(int id)
DnsMessageID of this DNS message.setId 在接口中 DnsMessagesetId 在接口中 DnsResponsesetId 在类中 AbstractDnsMessagepublic DnsResponse setOpCode(DnsOpCode opCode)
DnsMessageopCode of this DNS message.setOpCode 在接口中 DnsMessagesetOpCode 在接口中 DnsResponsesetOpCode 在类中 AbstractDnsMessagepublic DnsResponse setRecursionDesired(boolean recursionDesired)
DnsMessageRD (recursion desired} field of this DNS message.setRecursionDesired 在接口中 DnsMessagesetRecursionDesired 在接口中 DnsResponsesetRecursionDesired 在类中 AbstractDnsMessagepublic DnsResponse setZ(int z)
DnsMessageZ (reserved for future use) field of this DNS message.setZ 在接口中 DnsMessagesetZ 在接口中 DnsResponsesetZ 在类中 AbstractDnsMessagepublic DnsResponse setRecord(DnsSection section, DnsRecord record)
DnsMessagesection of this DNS message to the specified record,
making it a single-record section. When the specified section is DnsSection.QUESTION,
the specified record must be a DnsQuestion.setRecord 在接口中 DnsMessagesetRecord 在接口中 DnsResponsesetRecord 在类中 AbstractDnsMessagepublic DnsResponse addRecord(DnsSection section, DnsRecord record)
DnsMessagerecord at the end of the specified section of this DNS message.
When the specified section is DnsSection.QUESTION, the specified record
must be a DnsQuestion.addRecord 在接口中 DnsMessageaddRecord 在接口中 DnsResponseaddRecord 在类中 AbstractDnsMessagepublic DnsResponse addRecord(DnsSection section, int index, DnsRecord record)
DnsMessagerecord at the specified index of the specified section
of this DNS message. When the specified section is DnsSection.QUESTION, the specified
record must be a DnsQuestion.addRecord 在接口中 DnsMessageaddRecord 在接口中 DnsResponseaddRecord 在类中 AbstractDnsMessagepublic DnsResponse clear(DnsSection section)
DnsMessagesection of this DNS message.clear 在接口中 DnsMessageclear 在接口中 DnsResponseclear 在类中 AbstractDnsMessagepublic DnsResponse clear()
DnsMessageclear 在接口中 DnsMessageclear 在接口中 DnsResponseclear 在类中 AbstractDnsMessagepublic DnsResponse touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 DnsMessagetouch 在接口中 DnsResponsetouch 在接口中 ReferenceCountedtouch 在类中 AbstractDnsMessagepublic DnsResponse touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 DnsMessagetouch 在接口中 DnsResponsetouch 在接口中 ReferenceCountedtouch 在类中 AbstractDnsMessagepublic DnsResponse retain()
ReferenceCounted1.retain 在接口中 DnsMessageretain 在接口中 DnsResponseretain 在接口中 ReferenceCountedretain 在类中 AbstractDnsMessagepublic DnsResponse retain(int increment)
ReferenceCountedincrement.retain 在接口中 DnsMessageretain 在接口中 DnsResponseretain 在接口中 ReferenceCountedretain 在类中 AbstractDnsMessagepublic java.lang.String toString()
toString 在类中 java.lang.Object