Uses of Class
org.xbill.DNS.WireParseException
Packages that use WireParseException
-
Uses of WireParseException in org.xbill.DNS
Subclasses of WireParseException in org.xbill.DNSModifier and TypeClassDescriptionclassAn exception thrown when a name is longer than the maximum length of a DNS name.Methods in org.xbill.DNS that throw WireParseExceptionModifier and TypeMethodDescriptionvoidSVCBBase.ParameterNoDefaultAlpn.fromWire(byte[] bytes) Creates a normalized copy of this message by following xNAME chains, synthesizing CNAMEs from DNAMEs if necessary, and removing illegal RRsets fromSection.AUTHORITYandSection.ADDITIONAL.voidDNSInput.readByteArray(byte[] b, int off, int len) Reads a byte array of a specified length from the stream into an existing array.byte[]DNSInput.readByteArray(int len) Reads a byte array of a specified length from the stream.byte[]DNSInput.readCountedString()Reads a counted string from the stream.intDNSInput.readU16()Reads an unsigned 16 bit value from the stream, as an int.longDNSInput.readU32()Reads an unsigned 32 bit value from the stream, as a long.intDNSInput.readU8()Reads an unsigned 8 bit value from the stream, as an int.Constructors in org.xbill.DNS that throw WireParseException