| Package | Description |
|---|---|
| org.xbill.DNS |
| Modifier and Type | Method and Description |
|---|---|
TextParseException |
Tokenizer.exception(java.lang.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(java.lang.String s)
Converts a String into a byte array.
|
static Name |
Name.fromString(java.lang.String s)
Create a new name from a string.
|
static Name |
Name.fromString(java.lang.String s,
Name origin)
Create a new name from a string and an origin.
|
static void |
Lookup.setDefaultSearchPath(java.lang.String[] domains)
Sets the search path that will be used as the default by future Lookups.
|
void |
Lookup.setSearchPath(java.lang.String[] domains)
Sets the search path to use when performing this lookup.
|
| Constructor and Description |
|---|
Lookup(java.lang.String name)
Create a Lookup object that will find records of type A at the given name
in the IN class.
|
Lookup(java.lang.String name,
int type)
Create a Lookup object that will find records of the given name and type
in the IN class.
|
Lookup(java.lang.String name,
int type,
int dclass)
Create a Lookup object that will find records of the given name, type,
and class.
|
Name(java.lang.String s)
Create a new name from a string.
|
Name(java.lang.String s,
Name origin)
Create a new name from a string and an origin.
|
Copyright © 2015. All Rights Reserved.