Package | Description |
---|---|
de.measite.minidns | |
de.measite.minidns.record |
Modifier and Type | Field and Description |
---|---|
protected Record.TYPE |
Record.type
The type (and payload type) of this record.
|
Modifier and Type | Method and Description |
---|---|
Record.TYPE |
Question.getType()
Retrieve the type of this question.
|
static Record.TYPE |
Record.TYPE.getType(int value)
Retrieve the symbolic type of the binary value.
|
static Record.TYPE |
Record.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Record.TYPE[] |
Record.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DNSMessage |
Client.query(String name,
Record.TYPE type)
Query the system nameservers for a single entry of the class IN
(which is used for MX, SRV, A, AAAA and most other RRs).
|
DNSMessage |
Client.query(String name,
Record.TYPE type,
Record.CLASS clazz)
Query the system nameservers for a single entry of any class.
|
DNSMessage |
Client.query(String name,
Record.TYPE type,
Record.CLASS clazz,
String host)
Query a nameserver for a single entry.
|
DNSMessage |
Client.query(String name,
Record.TYPE type,
Record.CLASS clazz,
String host,
int port)
Query a nameserver for a single entry.
|
Constructor and Description |
---|
Question(String name,
Record.TYPE type)
Create a dns question for the given name/type/IN (internet class).
|
Question(String name,
Record.TYPE type,
Record.CLASS clazz)
Create a dns question for the given name/type/class.
|
Question(String name,
Record.TYPE type,
Record.CLASS clazz,
boolean unicastQuery)
Create a dns question for the given name/type/class.
|
Modifier and Type | Method and Description |
---|---|
Record.TYPE |
A.getType() |
Record.TYPE |
MX.getType() |
Record.TYPE |
NS.getType() |
Record.TYPE |
Data.getType()
The payload type.
|
Record.TYPE |
SRV.getType() |
Record.TYPE |
CNAME.getType() |
Record.TYPE |
TXT.getType() |
Record.TYPE |
AAAA.getType() |
Record.TYPE |
PTR.getType() |
Copyright © 2014–2020. All rights reserved.