Uses of Class
org.xbill.DNS.TextParseException
Packages that use TextParseException
-
Uses of TextParseException in org.xbill.DNS
Methods in org.xbill.DNS that return TextParseExceptionModifier and TypeMethodDescriptionCreates an exception which includes the current state in the error messageMethods in org.xbill.DNS that throw TextParseExceptionModifier and TypeMethodDescriptionprotected static byte[]Record.byteArrayFromString(String s) Converts a String into a byte array.static InetAddressParses the address from a reverse map string.static NameName.fromString(String s) Create a new name from a string.static NameName.fromString(String s, Name origin) Create a new name from a string and an origin.voidSVCBBase.ParameterAlpn.fromString(String string) voidSVCBBase.ParameterEch.fromString(String string) voidSVCBBase.ParameterEchConfig.fromString(String string) Deprecated.voidSVCBBase.ParameterMandatory.fromString(String string) voidSVCBBase.ParameterNoDefaultAlpn.fromString(String string) voidSVCBBase.ParameterPort.fromString(String string) static voidLookup.setDefaultSearchPath(String... domains) Sets the search path that will be used as the default by future Lookups.voidLookup.setSearchPath(String... domains) Sets the search path to use when performing this lookup.Constructors in org.xbill.DNS that throw TextParseExceptionModifierConstructorDescriptionCreate a Lookup object that will find records of type A at the given name in the IN class.Create a Lookup object that will find records of the given name and type in the IN class.Create a Lookup object that will find records of the given name, type, and class.Create a new name from a string.Create a new name from a string and an origin.ParameterAlpn(List<String> values)