Uses of Class
org.pcap4j.packet.namednumber.DnsRCode
Packages that use DnsRCode
-
Uses of DnsRCode in org.pcap4j.packet
Fields in org.pcap4j.packet declared as DnsRCodeModifier and TypeFieldDescriptionprivate DnsRCodeDnsPacket.Builder.rCodeprivate final DnsRCodeDnsPacket.DnsHeader.rCodeMethods in org.pcap4j.packet that return DnsRCodeMethods in org.pcap4j.packet with parameters of type DnsRCode -
Uses of DnsRCode in org.pcap4j.packet.namednumber
Subclasses with type arguments of type DnsRCode in org.pcap4j.packet.namednumberFields in org.pcap4j.packet.namednumber declared as DnsRCodeModifier and TypeFieldDescriptionstatic final DnsRCodeDnsRCode.FORM_ERRFormat Error: 1static final DnsRCodeDnsRCode.NO_ERRORNo Error: 0static final DnsRCodeDnsRCode.NOT_AUTHNot Authorized: 9static final DnsRCodeDnsRCode.NOT_IMPNot Implemented: 4static final DnsRCodeDnsRCode.NOT_ZONEName not contained in zone: 10static final DnsRCodeDnsRCode.NX_DOMAINNon-Existent Domain: 3static final DnsRCodeDnsRCode.NX_RR_SETRR Set that should exist does not: 8static final DnsRCodeDnsRCode.REFUSEDQuery Refused: 5static final DnsRCodeDnsRCode.SERV_FAILServer Failure: 2static final DnsRCodeDnsRCode.YX_DOMAINName Exists when it should not: 6static final DnsRCodeDnsRCode.YX_RR_SETRR Set Exists when it should not: 7Fields in org.pcap4j.packet.namednumber with type parameters of type DnsRCodeMethods in org.pcap4j.packet.namednumber that return DnsRCodeModifier and TypeMethodDescriptionstatic DnsRCodeDnsRCode.getInstance(Byte value) static DnsRCodeMethods in org.pcap4j.packet.namednumber with parameters of type DnsRCode