Uses of Class
org.pcap4j.packet.namednumber.DnsOpCode
-
Packages that use DnsOpCode Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of DnsOpCode in org.pcap4j.packet
Fields in org.pcap4j.packet declared as DnsOpCode Modifier and Type Field Description private DnsOpCodeDnsPacket.Builder. opCodeprivate DnsOpCodeDnsPacket.DnsHeader. opCodeMethods in org.pcap4j.packet that return DnsOpCode Modifier and Type Method Description DnsOpCodeDnsPacket.DnsHeader. getOpCode()Methods in org.pcap4j.packet with parameters of type DnsOpCode Modifier and Type Method Description DnsPacket.BuilderDnsPacket.Builder. opCode(DnsOpCode opCode) -
Uses of DnsOpCode in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as DnsOpCode Modifier and Type Field Description static DnsOpCodeDnsOpCode. IQUERYIQuery: 1static DnsOpCodeDnsOpCode. NOTIFYNotify: 4static DnsOpCodeDnsOpCode. QUERYQuery: 0static DnsOpCodeDnsOpCode. STATUSStatus: 2static DnsOpCodeDnsOpCode. UPDATEUpdate: 5Fields in org.pcap4j.packet.namednumber with type parameters of type DnsOpCode Modifier and Type Field Description private static java.util.Map<java.lang.Byte,DnsOpCode>DnsOpCode. registryMethods in org.pcap4j.packet.namednumber that return DnsOpCode Modifier and Type Method Description static DnsOpCodeDnsOpCode. getInstance(java.lang.Byte value)static DnsOpCodeDnsOpCode. register(DnsOpCode code)Methods in org.pcap4j.packet.namednumber with parameters of type DnsOpCode Modifier and Type Method Description intDnsOpCode. compareTo(DnsOpCode o)static DnsOpCodeDnsOpCode. register(DnsOpCode code)
-