Uses of Class
org.minidns.record.OPT
Package | Description |
---|---|
org.minidns.dnsmessage | |
org.minidns.edns | |
org.minidns.record |
-
Uses of OPT in org.minidns.dnsmessage
Methods in org.minidns.dnsmessage that return types with arguments of type OPT Modifier and Type Method Description Record<OPT>
DnsMessage. getOptPseudoRecord()
-
Uses of OPT in org.minidns.edns
Methods in org.minidns.edns that return types with arguments of type OPT Modifier and Type Method Description Record<OPT>
Edns. asRecord()
Constructor parameters in org.minidns.edns with type arguments of type OPT Constructor Description Edns(Record<OPT> optRecord)
-
Uses of OPT in org.minidns.record
Methods in org.minidns.record that return OPT Modifier and Type Method Description static OPT
OPT. parse(DataInputStream dis, int payloadLength)