| 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 ResourceRecordType |
AbstractResourceRecord.type |
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordType |
ResourceRecord.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRecord.setType(ResourceRecordType type) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRecordType |
ResourceRecordType.fromString(String name) |
static ResourceRecordType |
ResourceRecordType.fromValue(int value) |
static ResourceRecordType |
ResourceRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRecordType[] |
ResourceRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.