Uses of Class
org.pcap4j.packet.DnsQuestion
-
Packages that use DnsQuestion Package Description org.pcap4j.packet -
-
Uses of DnsQuestion in org.pcap4j.packet
Fields in org.pcap4j.packet with type parameters of type DnsQuestion Modifier and Type Field Description private java.util.List<DnsQuestion>DnsPacket.Builder. questionsprivate java.util.List<DnsQuestion>DnsPacket.DnsHeader. questionsMethods in org.pcap4j.packet that return DnsQuestion Modifier and Type Method Description DnsQuestionDnsQuestion.Builder. build()static DnsQuestionDnsQuestion. newInstance(byte[] rawData, int offset, int length)A static factory method.Methods in org.pcap4j.packet that return types with arguments of type DnsQuestion Modifier and Type Method Description java.util.List<DnsQuestion>DnsPacket.DnsHeader. getQuestions()Method parameters in org.pcap4j.packet with type arguments of type DnsQuestion Modifier and Type Method Description DnsPacket.BuilderDnsPacket.Builder. questions(java.util.List<DnsQuestion> questions)Constructors in org.pcap4j.packet with parameters of type DnsQuestion Constructor Description Builder(DnsQuestion obj)
-