Uses of Class
org.minidns.dnsname.DnsName
-
Uses of DnsName in org.minidns.dnsmessage
ModifierConstructorDescriptionQuestion
(DnsName name, Record.TYPE type) Create a dns question for the given name/type/IN (internet class).Question
(DnsName name, Record.TYPE type, Record.CLASS clazz) Create a dns question for the given name/type/class.Question
(DnsName name, Record.TYPE type, Record.CLASS clazz, boolean unicastQuery) -
Uses of DnsName in org.minidns.dnsname
Modifier and TypeFieldDescriptionstatic final DnsName
DnsName.IN_ADDR_ARPA
static final DnsName
DnsName.IP6_ARPA
static final DnsName
DnsName.ROOT
Modifier and TypeMethodDescriptionstatic DnsName
DnsName.from
(CharSequence name) static DnsName
static DnsName
static DnsName
static DnsName
static DnsName
static DnsName
Create a DNS name by "concatenating" the child under the parent name.DnsName.getParent()
Return the parent of this DNS label.static DnsName
DnsName.parse
(DataInputStream dis, byte[] data) Parse a domain name starting at the current offset and moving the input stream pointer past this domain name (even if cross references occure).DnsName.stripToLabels
(int labelCount) -
Uses of DnsName in org.minidns.record
Modifier and TypeFieldDescriptionfinal DnsName
SOA.mname
The domain name of the name server that was the original or primary source of data for this zone.final DnsName
MX.name
Deprecated.final DnsName
Record.name
The generic name of this record.final DnsName
RRWithTarget.name
Deprecated.RRWithTarget.target
instead.final DnsName
SRV.name
Deprecated.useSRV.target
instead.final DnsName
NSEC.next
The next owner name that contains a authoritative data or a delegation point.final DnsName
SOA.rname
A domain name which specifies the mailbox of the person responsible for this zone.final DnsName
RRSIG.signerName
The owner name of the DNSKEY RR that a validator is supposed to use.final DnsName
MX.target
The name of the target server.final DnsName
RRWithTarget.target
final DnsName
SRV.target
The target server.ModifierConstructorDescriptionNSEC
(DnsName next, List<Record.TYPE> types) (package private)
Record
(DnsName name, Record.TYPE type, int clazzValue, long ttl, D payloadData) Record
(DnsName name, Record.TYPE type, Record.CLASS clazz, long ttl, D payloadData, boolean unicastQuery) RRSIG
(Record.TYPE typeCovered, int algorithm, byte labels, long originalTtl, Date signatureExpiration, Date signatureInception, int keyTag, DnsName signerName, byte[] signature) RRSIG
(Record.TYPE typeCovered, DnssecConstants.SignatureAlgorithm algorithm, byte labels, long originalTtl, Date signatureExpiration, Date signatureInception, int keyTag, DnsName signerName, byte[] signature) protected
RRWithTarget
(DnsName target) -
Uses of DnsName in org.minidns.util
Modifier and TypeMethodDescriptionstatic DnsName
InetAddressUtil.reverseIpAddressOf
(Inet4Address inet4Address) static DnsName
InetAddressUtil.reverseIpAddressOf
(Inet6Address inet6Address)
MX.target
instead.