| Package | Description |
|---|---|
| nl.sidnlabs.dnslib.message | |
| nl.sidnlabs.dnslib.message.records | |
| nl.sidnlabs.dnslib.types |
| Constructor and Description |
|---|
Question(String qName,
ResourceRecordType qType,
ResourceRecordClass qClass) |
RRset(String owner,
ResourceRecordClass classz,
ResourceRecordType type) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceRecordClass |
AbstractResourceRecord.classz |
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordClass |
ResourceRecord.getClassz() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecord.setClassz(ResourceRecordClass classz) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRecordClass |
ResourceRecordClass.fromString(String name) |
static ResourceRecordClass |
ResourceRecordClass.fromValue(int value) |
static ResourceRecordClass |
ResourceRecordClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRecordClass[] |
ResourceRecordClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.