- get(Question) - Method in interface de.measite.minidns.DNSCache
-
Request a cached dns response.
- get(Question) - Method in class de.measite.minidns.LRUCache
-
- getAdditionalResourceRecords() - Method in class de.measite.minidns.DNSMessage
-
Retrieve the additional resource records attached to this DNS message.
- getAnswers() - Method in class de.measite.minidns.DNSMessage
-
Retrieve the answer records of this DNS message.
- getBlob() - Method in class de.measite.minidns.record.TXT
-
- getClass(int) - Static method in enum de.measite.minidns.Record.CLASS
-
Retrieve the symbolic DNS class for a binary class value.
- getClazz() - Method in class de.measite.minidns.Question
-
Retrieve the class of this dns question (usually internet).
- getExpireCount() - Method in class de.measite.minidns.LRUCache
-
The number of expires (cache hits that have had a ttl to low to be
retrieved).
- getExtents() - Method in class de.measite.minidns.record.TXT
-
- getHitCount() - Method in class de.measite.minidns.LRUCache
-
The cache hit count (all sucessful calls to get).
- getId() - Method in class de.measite.minidns.DNSMessage
-
Retrieve the current DNS message id.
- getMissCount() - Method in class de.measite.minidns.LRUCache
-
Get the miss count of this cache which is the number of fruitless
get calls since this cache was last resetted.
- getName() - Method in class de.measite.minidns.Question
-
Retrieve the name of this dns question (e.g.
- getName() - Method in class de.measite.minidns.record.CNAME
-
- getName() - Method in class de.measite.minidns.Record
-
The generic record name, e.g.
- getName() - Method in class de.measite.minidns.record.MX
-
The name of the target server.
- getName() - Method in class de.measite.minidns.record.SRV
-
The name of the target server.
- getNameserverRecords() - Method in class de.measite.minidns.DNSMessage
-
Retrieve the nameserver records of this DNS message.
- getOpcode() - Method in class de.measite.minidns.DNSMessage
-
Retrieve the opcode of this message.
- getOpcode(int) - Static method in enum de.measite.minidns.DNSMessage.OPCODE
-
Retrieve the symbolic name of an opcode byte.
- getPayload() - Method in class de.measite.minidns.Record
-
The payload data, usually a subclass of data (A, AAAA, CNAME, ...).
- getPort() - Method in class de.measite.minidns.record.SRV
-
The target port of this service.
- getPriority() - Method in class de.measite.minidns.record.MX
-
The priority of this service.
- getPriority() - Method in class de.measite.minidns.record.SRV
-
The priority of this service.
- getQuestions() - Method in class de.measite.minidns.DNSMessage
-
Retrieve the question section of this message.
- getReceiveTimestamp() - Method in class de.measite.minidns.DNSMessage
-
Get the receive timestamp if this message was created via parse.
- getResponseCode() - Method in class de.measite.minidns.DNSMessage
-
Retrieve the response code of this message.
- getResponseCode(int) - Static method in enum de.measite.minidns.DNSMessage.RESPONSE_CODE
-
Retrieve the response code for a byte value.
- getText() - Method in class de.measite.minidns.record.TXT
-
- getTimeout() - Method in class de.measite.minidns.Client
-
Retrieve the current dns query timeout, in milliseconds.
- getTtl() - Method in class de.measite.minidns.Record
-
Retrieve the record ttl.
- getType() - Method in class de.measite.minidns.Question
-
Retrieve the type of this question.
- getType() - Method in class de.measite.minidns.record.A
-
- getType() - Method in class de.measite.minidns.record.AAAA
-
- getType() - Method in class de.measite.minidns.record.CNAME
-
- getType() - Method in interface de.measite.minidns.record.Data
-
The payload type.
- getType() - Method in class de.measite.minidns.record.MX
-
- getType() - Method in class de.measite.minidns.record.NS
-
- getType() - Method in class de.measite.minidns.record.PTR
-
- getType() - Method in class de.measite.minidns.record.SRV
-
- getType() - Method in class de.measite.minidns.record.TXT
-
- getType(int) - Static method in enum de.measite.minidns.Record.TYPE
-
Retrieve the symbolic type of the binary value.
- getValue() - Method in enum de.measite.minidns.DNSMessage.OPCODE
-
Retrieve the byte value of this opcode.
- getValue() - Method in enum de.measite.minidns.DNSMessage.RESPONSE_CODE
-
Retrieve the byte value of the response code.
- getValue() - Method in enum de.measite.minidns.Record.CLASS
-
Retrieve the binary value of this DNS class.
- getValue() - Method in enum de.measite.minidns.Record.TYPE
-
Retrieve the binary value of this type.
- getWeight() - Method in class de.measite.minidns.record.SRV
-
The weight of this service.
- setAuthenticData(boolean) - Method in class de.measite.minidns.DNSMessage
-
Set the authentic data flag on this DNS message.
- setAuthoritativeAnswer(boolean) - Method in class de.measite.minidns.DNSMessage
-
Set the authoritative answer flag.
- setBlob(byte[]) - Method in class de.measite.minidns.record.TXT
-
- setCheckDisabled(boolean) - Method in class de.measite.minidns.DNSMessage
-
Change the check status of this packet.
- setId(int) - Method in class de.measite.minidns.DNSMessage
-
Set the current DNS message id.
- setName(String) - Method in class de.measite.minidns.record.CNAME
-
- setName(String) - Method in class de.measite.minidns.record.MX
-
Set the name of the target server.
- setName(String) - Method in class de.measite.minidns.record.SRV
-
Set the name of the target server.
- setPort(int) - Method in class de.measite.minidns.record.SRV
-
Set the target port of this service.
- setPriority(int) - Method in class de.measite.minidns.record.MX
-
Set the priority of this service entry.
- setPriority(int) - Method in class de.measite.minidns.record.SRV
-
Set the priority of this service entry.
- setQuery(boolean) - Method in class de.measite.minidns.DNSMessage
-
Set the query status of this message.
- setQuestions(Question...) - Method in class de.measite.minidns.DNSMessage
-
Set the question part of this message.
- setRecursionAvailable(boolean) - Method in class de.measite.minidns.DNSMessage
-
Set the recursion available flog from this DNS message.
- setRecursionDesired(boolean) - Method in class de.measite.minidns.DNSMessage
-
Set the recursion desired flag on this message.
- setText(String) - Method in class de.measite.minidns.record.TXT
-
- setTimeout(int) - Method in class de.measite.minidns.Client
-
Change the dns query timeout for all future queries.
- setTruncated(boolean) - Method in class de.measite.minidns.DNSMessage
-
Set the truncation bit on this DNS message.
- setWeight(int) - Method in class de.measite.minidns.record.SRV
-
Set the weight of this service.
- size(String) - Static method in class de.measite.minidns.util.NameUtil
-
Retrieve the rough binary length of a string
(length + 2 bytes length prefix).
- SRV - Class in de.measite.minidns.record
-
SRV record payload (service pointer).
- SRV() - Constructor for class de.measite.minidns.record.SRV
-