Uses of Class
org.pcap4j.packet.namednumber.DnsRCode
-
Packages that use DnsRCode Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of DnsRCode in org.pcap4j.packet
Fields in org.pcap4j.packet declared as DnsRCode Modifier and Type Field Description private DnsRCodeDnsPacket.Builder. rCodeprivate DnsRCodeDnsPacket.DnsHeader. rCodeMethods in org.pcap4j.packet that return DnsRCode Modifier and Type Method Description DnsRCodeDnsPacket.DnsHeader. getrCode()Methods in org.pcap4j.packet with parameters of type DnsRCode Modifier and Type Method Description DnsPacket.BuilderDnsPacket.Builder. rCode(DnsRCode rCode) -
Uses of DnsRCode in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as DnsRCode Modifier and Type Field Description static DnsRCodeDnsRCode. FORM_ERRFormat Error: 1static DnsRCodeDnsRCode. NO_ERRORNo Error: 0static DnsRCodeDnsRCode. NOT_AUTHNot Authorized: 9static DnsRCodeDnsRCode. NOT_IMPNot Implemented: 4static DnsRCodeDnsRCode. NOT_ZONEName not contained in zone: 10static DnsRCodeDnsRCode. NX_DOMAINNon-Existent Domain: 3static DnsRCodeDnsRCode. NX_RR_SETRR Set that should exist does not: 8static DnsRCodeDnsRCode. REFUSEDQuery Refused: 5static DnsRCodeDnsRCode. SERV_FAILServer Failure: 2static DnsRCodeDnsRCode. YX_DOMAINName Exists when it should not: 6static DnsRCodeDnsRCode. YX_RR_SETRR Set Exists when it should not: 7Fields in org.pcap4j.packet.namednumber with type parameters of type DnsRCode Modifier and Type Field Description private static java.util.Map<java.lang.Byte,DnsRCode>DnsRCode. registryMethods in org.pcap4j.packet.namednumber that return DnsRCode Modifier and Type Method Description static DnsRCodeDnsRCode. getInstance(java.lang.Byte value)static DnsRCodeDnsRCode. register(DnsRCode code)Methods in org.pcap4j.packet.namednumber with parameters of type DnsRCode Modifier and Type Method Description intDnsRCode. compareTo(DnsRCode o)static DnsRCodeDnsRCode. register(DnsRCode code)
-