Uses of Class
org.xbill.DNS.EDNSOption
Packages that use EDNSOption
-
Uses of EDNSOption in org.xbill.DNS
Subclasses of EDNSOption in org.xbill.DNSModifier and TypeClassDescriptionclassThe Client Subnet EDNS Option.classCookie EDNS0 Option.classThe EDNS0 Option for Signaling Cryptographic Algorithm Understanding in DNS Security Extensions (DNSSEC), RFC 6975.classEDNS option to provide additional information about the cause of DNS errors (RFC 8914).classAn EDNSOption with no internal structure.classThe Name Server Identifier OptionclassTCP Keepalive EDNS0 Option, as defined in https://datatracker.ietf.org/doc/html/rfc7828Methods in org.xbill.DNS that return EDNSOptionModifier and TypeMethodDescriptionstatic EDNSOptionEDNSOption.fromWire(byte[] b) Converts the wire format of an EDNS Option (including code and length) into the type-specific format.Methods in org.xbill.DNS that return types with arguments of type EDNSOptionModifier and TypeMethodDescriptionOPTRecord.getOptions()Gets all options in the OPTRecord.OPTRecord.getOptions(int code) Gets all options in the OPTRecord with a specific code.Methods in org.xbill.DNS with parameters of type EDNSOptionModifier and TypeMethodDescriptiondefault voidResolver.setEDNS(int version, int payloadSize, int flags, EDNSOption... options) Sets the EDNS information on outgoing messages.Method parameters in org.xbill.DNS with type arguments of type EDNSOptionModifier and TypeMethodDescriptionvoidDohResolver.setEDNS(int version, int payloadSize, int flags, List<EDNSOption> options) Sets the EDNS information on outgoing messages.voidExtendedResolver.setEDNS(int version, int payloadSize, int flags, List<EDNSOption> options) voidResolver.setEDNS(int version, int payloadSize, int flags, List<EDNSOption> options) Sets the EDNS information on outgoing messages.voidSimpleResolver.setEDNS(int version, int payloadSize, int flags, List<EDNSOption> options) Constructors in org.xbill.DNS with parameters of type EDNSOptionModifierConstructorDescriptionOPTRecord(int payloadSize, int xrcode, int version, int flags, EDNSOption... options) Creates an OPT Record.Constructor parameters in org.xbill.DNS with type arguments of type EDNSOptionModifierConstructorDescriptionOPTRecord(int payloadSize, int xrcode, int version, int flags, List<EDNSOption> options) Creates an OPT Record. -
Uses of EDNSOption in org.xbill.DNS.dnssec
Method parameters in org.xbill.DNS.dnssec with type arguments of type EDNSOptionModifier and TypeMethodDescriptionvoidValidatingResolver.setEDNS(int version, int payloadSize, int flags, List<EDNSOption> options) The method is forwarded to the resolver, but always ensure that the level is 0 and the flags contains DO.