| Package | Description |
|---|---|
| org.xbill.DNS |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static InetAddress |
ReverseMap.fromName(String name)
Parses the address from a reverse map 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 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.
|
| 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,
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.
|
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.
|
Copyright © 2021 dnsjava.org. All rights reserved.