@UnstableApi public class DatagramDnsQuery extends DefaultDnsQuery implements AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
DnsQuery
implementation for UDP/IP.构造器和说明 |
---|
DatagramDnsQuery(java.net.InetSocketAddress sender,
java.net.InetSocketAddress recipient,
int id)
Creates a new instance with the
DnsOpCode.QUERY opCode . |
DatagramDnsQuery(java.net.InetSocketAddress sender,
java.net.InetSocketAddress recipient,
int id,
DnsOpCode opCode)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
DatagramDnsQuery |
addRecord(DnsSection section,
DnsRecord record)
Adds the specified
record at the end of the specified section of this DNS message. |
DatagramDnsQuery |
addRecord(DnsSection section,
int index,
DnsRecord record)
Adds the specified
record at the specified index of the specified section
of this DNS message. |
DatagramDnsQuery |
clear()
Removes all the records in this DNS message.
|
DatagramDnsQuery |
clear(DnsSection section)
Removes all the records in the specified
section of this DNS message. |
DatagramDnsQuery |
content()
Returns the message wrapped by this envelope message.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.net.InetSocketAddress |
recipient()
Returns the address of the recipient of this message.
|
DatagramDnsQuery |
retain()
Increases the reference count by
1 . |
DatagramDnsQuery |
retain(int increment)
Increases the reference count by the specified
increment . |
java.net.InetSocketAddress |
sender()
Returns the address of the sender of this message.
|
DatagramDnsQuery |
setId(int id)
Sets the
ID of this DNS message. |
DatagramDnsQuery |
setOpCode(DnsOpCode opCode)
Sets the
opCode of this DNS message. |
DatagramDnsQuery |
setRecord(DnsSection section,
DnsRecord record)
Sets the specified
section of this DNS message to the specified record ,
making it a single-record section. |
DatagramDnsQuery |
setRecursionDesired(boolean recursionDesired)
Sets the
RD (recursion desired} field of this DNS message. |
DatagramDnsQuery |
setZ(int z)
Sets the
Z (reserved for future use) field of this DNS message. |
DatagramDnsQuery |
touch()
Records the current access location of this object for debugging purposes.
|
DatagramDnsQuery |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
toString
count, count, deallocate, id, isRecursionDesired, opCode, recordAt, recordAt, removeRecord, setRecord, z
refCnt, release, release, setRefCnt
refCnt, release, release
count, count, id, isRecursionDesired, opCode, recordAt, recordAt, removeRecord, setRecord, z
public DatagramDnsQuery(java.net.InetSocketAddress sender, java.net.InetSocketAddress recipient, int id)
DnsOpCode.QUERY
opCode
.sender
- the address of the senderrecipient
- the address of the recipientid
- the ID
of the DNS querypublic DatagramDnsQuery(java.net.InetSocketAddress sender, java.net.InetSocketAddress recipient, int id, DnsOpCode opCode)
sender
- the address of the senderrecipient
- the address of the recipientid
- the ID
of the DNS queryopCode
- the opCode
of the DNS querypublic DatagramDnsQuery content()
AddressedEnvelope
content
在接口中 AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
public java.net.InetSocketAddress sender()
AddressedEnvelope
sender
在接口中 AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
public java.net.InetSocketAddress recipient()
AddressedEnvelope
recipient
在接口中 AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
public DatagramDnsQuery setId(int id)
DnsMessage
ID
of this DNS message.setId
在接口中 DnsMessage
setId
在接口中 DnsQuery
setId
在类中 DefaultDnsQuery
public DatagramDnsQuery setOpCode(DnsOpCode opCode)
DnsMessage
opCode
of this DNS message.setOpCode
在接口中 DnsMessage
setOpCode
在接口中 DnsQuery
setOpCode
在类中 DefaultDnsQuery
public DatagramDnsQuery setRecursionDesired(boolean recursionDesired)
DnsMessage
RD
(recursion desired} field of this DNS message.setRecursionDesired
在接口中 DnsMessage
setRecursionDesired
在接口中 DnsQuery
setRecursionDesired
在类中 DefaultDnsQuery
public DatagramDnsQuery setZ(int z)
DnsMessage
Z
(reserved for future use) field of this DNS message.setZ
在接口中 DnsMessage
setZ
在接口中 DnsQuery
setZ
在类中 DefaultDnsQuery
public DatagramDnsQuery setRecord(DnsSection section, DnsRecord record)
DnsMessage
section
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
在接口中 DnsMessage
setRecord
在接口中 DnsQuery
setRecord
在类中 DefaultDnsQuery
public DatagramDnsQuery addRecord(DnsSection section, DnsRecord record)
DnsMessage
record
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
在接口中 DnsMessage
addRecord
在接口中 DnsQuery
addRecord
在类中 DefaultDnsQuery
public DatagramDnsQuery addRecord(DnsSection section, int index, DnsRecord record)
DnsMessage
record
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
在接口中 DnsMessage
addRecord
在接口中 DnsQuery
addRecord
在类中 DefaultDnsQuery
public DatagramDnsQuery clear(DnsSection section)
DnsMessage
section
of this DNS message.clear
在接口中 DnsMessage
clear
在接口中 DnsQuery
clear
在类中 DefaultDnsQuery
public DatagramDnsQuery clear()
DnsMessage
clear
在接口中 DnsMessage
clear
在接口中 DnsQuery
clear
在类中 DefaultDnsQuery
public DatagramDnsQuery touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
touch
在接口中 DnsMessage
touch
在接口中 DnsQuery
touch
在接口中 ReferenceCounted
touch
在类中 DefaultDnsQuery
public DatagramDnsQuery touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
touch
在接口中 DnsMessage
touch
在接口中 DnsQuery
touch
在接口中 ReferenceCounted
touch
在类中 DefaultDnsQuery
public DatagramDnsQuery retain()
ReferenceCounted
1
.retain
在接口中 AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
retain
在接口中 DnsMessage
retain
在接口中 DnsQuery
retain
在接口中 ReferenceCounted
retain
在类中 DefaultDnsQuery
public DatagramDnsQuery retain(int increment)
ReferenceCounted
increment
.retain
在接口中 AddressedEnvelope<DatagramDnsQuery,java.net.InetSocketAddress>
retain
在接口中 DnsMessage
retain
在接口中 DnsQuery
retain
在接口中 ReferenceCounted
retain
在类中 DefaultDnsQuery
public boolean equals(java.lang.Object obj)
equals
在类中 AbstractDnsMessage
public int hashCode()
hashCode
在类中 AbstractDnsMessage