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) private static intTypeBitmap.getMapLength(DNSInput in) private static intTypeBitmap.getWindowBlockNumber(DNSInput in, int lastWindowBlockNumber) private voidMessage.logOrThrow(boolean throwOnIrrelevantRecord, String format, RRset rrset, Name sname, Message query) Creates a normalized copy of this message by following xNAME chains, synthesizing CNAMEs from DNAMEs if necessary, and removing illegal RRsets fromSection.AUTHORITYandSection.ADDITIONAL.(package private) voidClientSubnetOption.optionFromWire(DNSInput in) private static byte[]APLRecord.parseAddress(byte[] in, int length) private static longLOCRecord.parseLOCformat(int b) private MessageSimpleResolver.parseMessage(byte[] b) private MessageZoneTransferIn.parseMessage(byte[] b) 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.private voidDNSInput.require(int n) Constructors in org.xbill.DNS that throw WireParseExceptionModifierConstructorDescriptionCreate a new name from DNS a wire format messageTypeBitmap(DNSInput in)