|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextParseException | |
|---|---|
| org.xbill.DNS | |
| Uses of TextParseException in org.xbill.DNS |
|---|
| Methods in org.xbill.DNS that return TextParseException | |
|---|---|
TextParseException |
Tokenizer.exception(String s)
Creates an exception which includes the current state in the error message |
| Methods in org.xbill.DNS that throw TextParseException | |
|---|---|
protected static byte[] |
Record.byteArrayFromString(String s)
Converts a String into a byte array. |
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. |
| Constructors in org.xbill.DNS that throw TextParseException | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||