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 |
---|---|
private void |
Name.appendFromString(java.lang.String fullName,
byte[] label,
int n) |
private void |
Name.appendFromString(java.lang.String fullName,
char[] label,
int length) |
protected static byte[] |
Record.byteArrayFromString(java.lang.String s)
Converts a String into a byte array.
|
private void |
Tokenizer.checkUnbalancedParens() |
static java.net.InetAddress |
ReverseMap.fromName(java.lang.String name)
Parses the address from a reverse map string.
|
static Name |
Name.fromString(java.lang.String s)
Create a new name from a string.
|
void |
SVCBBase.ParameterMandatory.fromString(java.lang.String string) |
void |
SVCBBase.ParameterAlpn.fromString(java.lang.String string) |
void |
SVCBBase.ParameterNoDefaultAlpn.fromString(java.lang.String string) |
void |
SVCBBase.ParameterPort.fromString(java.lang.String string) |
void |
SVCBBase.ParameterEch.fromString(java.lang.String string) |
void |
SVCBBase.ParameterEchConfig.fromString(java.lang.String string)
Deprecated.
|
static Name |
Name.fromString(java.lang.String s,
Name origin)
Create a new name from a string and an origin.
|
private Name |
Master.parseName(java.lang.String s,
Name 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.
|
ParameterAlpn(java.util.List<java.lang.String> values) |