Package | Description |
---|---|
de.measite.minidns |
Modifier and Type | Field and Description |
---|---|
protected Record.CLASS |
Record.clazz
The record class (usually CLASS.IN).
|
Modifier and Type | Method and Description |
---|---|
static Record.CLASS |
Record.CLASS.getClass(int value)
Retrieve the symbolic DNS class for a binary class value.
|
Record.CLASS |
Question.getClazz()
Retrieve the class of this dns question (usually internet).
|
static Record.CLASS |
Record.CLASS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Record.CLASS[] |
Record.CLASS.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,
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,
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.
|
Copyright © 2014–2017. All rights reserved.