| Package | Description |
|---|---|
| io.milton.dns | |
| io.milton.dns.record | |
| io.milton.dns.utils |
| Modifier and Type | Method and Description |
|---|---|
static Name |
Name.fromString(String s)
Create a new name from a string.
|
static Name |
Name.fromString(String s)
Create a new name from a string.
|
static Name |
Name.fromString(String s,
Name origin)
Create a new name from a string and an origin.
|
static Name |
Name.fromString(String s,
Name origin)
Create a new name from a string and an origin.
|
| Constructor and Description |
|---|
Name(String s)
Create a new name from a string.
|
Name(String s)
Create a new name from a string.
|
Name(String s,
Name origin)
Create a new name from a string and an origin.
|
Name(String s,
Name origin)
Create a new name from a string and an origin.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Tokenizer.TokenizerException |
| Modifier and Type | Method and Description |
|---|---|
TextParseException |
Tokenizer.exception(String s)
Creates an exception which includes the current state in the error message
|
TextParseException |
Tokenizer.exception(String s)
Creates an exception which includes the current state in the error message
|
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
Record.byteArrayFromString(String s)
Converts a String into a byte array.
|
protected static byte[] |
Record.byteArrayFromString(String s)
Converts a String into a byte array.
|
static Date |
FormattedTime.parse(String s)
Parses a formatted time string into a Date.
|
static Date |
FormattedTime.parse(String s)
Parses a formatted time string into a Date.
|
static void |
Lookup.setDefaultSearchPath(String[] domains)
Sets the search path that will be used as the default by future Lookups.
|
static void |
Lookup.setDefaultSearchPath(String[] domains)
Sets the search path that will be used as the default by future Lookups.
|
void |
Lookup.setSearchPath(String[] domains)
Sets the search path to use when performing this lookup.
|
void |
Lookup.setSearchPath(String[] domains)
Sets the search path to use when performing this lookup.
|
| Constructor and Description |
|---|
Lookup(String name)
Create a Lookup object that will find records of type A at the given name
in the IN class.
|
Lookup(String name)
Create a Lookup object that will find records of type A at the given name
in the IN class.
|
Lookup(String name,
int type)
Create a Lookup object that will find records of the given name and type
in the IN class.
|
Lookup(String name,
int type)
Create a Lookup object that will find records of the given name and type
in the IN class.
|
Lookup(String name,
int type,
int dclass)
Create a Lookup object that will find records of the given name, type,
and class.
|
Lookup(String name,
int type,
int dclass)
Create a Lookup object that will find records of the given name, type,
and class.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
RecordTypes.ARecordMapper.map(Name domainName,
ADomainResourceRecord r) |
Record |
RecordTypes.ARecordMapper.map(Name domainName,
ADomainResourceRecord r) |
Record |
RecordTypes.map(Name domainName,
DomainResourceRecord r) |
Record |
RecordTypes.map(Name domainName,
DomainResourceRecord r) |
Record |
RecordTypes.MXRecordMapper.map(Name domainName,
MXDomainResourceRecord r) |
Record |
RecordTypes.MXRecordMapper.map(Name domainName,
MXDomainResourceRecord r) |
Record |
RecordTypes.NSRecordMapper.map(Name domainName,
NSDomainResourceRecord r) |
Record |
RecordTypes.NSRecordMapper.map(Name domainName,
NSDomainResourceRecord r) |
Record |
RecordTypes.SOARecordMapper.map(Name domainName,
SOADomainResourceRecord r) |
Record |
RecordTypes.SOARecordMapper.map(Name domainName,
SOADomainResourceRecord r) |
Record |
RecordTypes.RecordMapper.map(Name domainName,
T r) |
Record |
RecordTypes.RecordMapper.map(Name domainName,
T r) |
static Name |
Utils.stringToName(String s) |
static Name |
Utils.stringToName(String s) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.