Uses of Class
org.minidns.dnsname.DnsName
Packages that use DnsName
Package
Description
- 
Uses of DnsName in org.minidns
Fields in org.minidns declared as DnsNameMethods in org.minidns with parameters of type DnsNameModifier and TypeMethodDescriptionAbstractDnsClient.getCachedIPv4AddressesFor(DnsName dnsName) AbstractDnsClient.getCachedIPv4NameserverAddressesFor(DnsName dnsName) AbstractDnsClient.getCachedIPv6AddressesFor(DnsName dnsName) AbstractDnsClient.getCachedIPv6NameserverAddressesFor(DnsName dnsName) AbstractDnsClient.getCachedNameserverRecordsFor(DnsName dnsName) abstract voidDnsCache.offer(DnsMessage query, DnsQueryResult result, DnsName authoritativeZone) final DnsQueryResultAbstractDnsClient.query(DnsName name, Record.TYPE type) Query the system nameservers for a single entry of the class IN (which is used for MX, SRV, A, AAAA and most other RRs). - 
Uses of DnsName in org.minidns.cache
Methods in org.minidns.cache with parameters of type DnsNameModifier and TypeMethodDescriptionvoidExtendedLruCache.offer(DnsMessage query, DnsQueryResult result, DnsName authoritativeZone) voidLruCache.offer(DnsMessage query, DnsQueryResult result, DnsName knownAuthoritativeZone) protected booleanExtendedLruCache.shouldGather(Record<? extends Data> extraRecord, Question question, DnsName authoritativeZone) protected booleanFullLruCache.shouldGather(Record<? extends Data> extraRecord, Question question, DnsName authoritativeZone)  - 
Uses of DnsName in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage declared as DnsNameConstructors in org.minidns.dnsmessage with parameters of type DnsNameModifierConstructorDescriptionQuestion(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
Fields in org.minidns.dnsname declared as DnsNameModifier and TypeFieldDescriptionstatic final DnsNameDnsName.IN_ADDR_ARPAstatic final DnsNameDnsName.IP6_ARPAstatic final DnsNameDnsName.ROOTMethods in org.minidns.dnsname that return DnsNameModifier and TypeMethodDescriptionstatic DnsNameDnsName.from(CharSequence name) static DnsNameDnsName.from(CharSequence child, DnsName parent) static DnsNamestatic DnsNamestatic DnsNamestatic DnsNamestatic DnsNamestatic DnsNameCreate a DNS name by "concatenating" the child under the parent name.DnsName.getParent()Return the parent of this DNS label.static DnsNameDnsName.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) Methods in org.minidns.dnsname with parameters of type DnsNameModifier and TypeMethodDescriptionintstatic DnsNameDnsName.from(CharSequence child, DnsName parent) static DnsNamestatic DnsNamestatic DnsNamestatic DnsNameCreate a DNS name by "concatenating" the child under the parent name.booleanbooleanDnsName.isDirectChildOf(DnsName parent)  - 
Uses of DnsName in org.minidns.dnssec
Methods in org.minidns.dnssec with parameters of type DnsNameModifier and TypeMethodDescriptionfinal voidDnssecClient.addSecureEntryPoint(DnsName name, byte[] key) Add a new secure entry point to the list of known secure entry points.voidDnssecClient.configureLookasideValidation(DnsName dlv) Enables DNSSEC Lookaside Validation (DLV) using the given DLV service.voidDnssecClient.removeSecureEntryPoint(DnsName name) Remove the secure entry point stored for a domain name.Constructors in org.minidns.dnssec with parameters of type DnsName - 
Uses of DnsName in org.minidns.hla
Fields in org.minidns.hla declared as DnsNameMethods in org.minidns.hla with parameters of type DnsNameModifier and TypeMethodDescriptionfinal <D extends Data>
ResolverResult<D> <D extends Data>
ResolverResult<D> DnssecResolverApi.resolveDnssecReliable(DnsName name, Class<D> type) Resolve the given name and type which is expected to yield DNSSEC authenticated results.ResolverApi.resolveSrv(DnsLabel service, DnsLabel proto, DnsName name) ResolverApi.resolveSrv(DnsName srvDnsName) Resolve theSRVresource record for the given name.ResolverApi.resolveSrv(DnsName name, SrvServiceProto srvServiceProto) Resolve theSRVresource record for the given service name, service and protcol.ResolverApi.resolveSrv(SrvService service, SrvProto proto, DnsName name) ResolverApi.resolveSrv(SrvType type, DnsName serviceName)  - 
Uses of DnsName in org.minidns.iterative
Methods in org.minidns.iterative that return DnsNameModifier and TypeMethodDescriptionIterativeClientException.NotAuthoritativeNorGlueRrFound.getAuthoritativeZone()Constructors in org.minidns.iterative with parameters of type DnsNameModifierConstructorDescriptionNotAuthoritativeNorGlueRrFound(DnsMessage request, DnsQueryResult result, DnsName authoritativeZone)  - 
Uses of DnsName in org.minidns.record
Fields in org.minidns.record declared as DnsNameModifier and TypeFieldDescriptionfinal DnsNameSOA.mnameThe domain name of the name server that was the original or primary source of data for this zone.final DnsNameMX.nameDeprecated.final DnsNameRecord.nameThe generic name of this record.final DnsNameRRWithTarget.nameDeprecated.RRWithTarget.targetinstead.final DnsNameNSEC.nextThe next owner name that contains a authoritative data or a delegation point.final DnsNameSOA.rnameA domain name which specifies the mailbox of the person responsible for this zone.final DnsNameRRSIG.signerNameThe owner name of the DNSKEY RR that a validator is supposed to use.final DnsNameMX.targetThe name of the target server.final DnsNameRRWithTarget.targetMethods in org.minidns.record that return DnsNameConstructors in org.minidns.record with parameters of type DnsNameModifierConstructorDescriptionNSEC(DnsName next, List<Record.TYPE> types) 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) protectedRRWithTarget(DnsName target)  - 
Uses of DnsName in org.minidns.util
Methods in org.minidns.util that return DnsNameModifier and TypeMethodDescriptionstatic DnsNameInetAddressUtil.reverseIpAddressOf(Inet4Address inet4Address) static DnsNameInetAddressUtil.reverseIpAddressOf(Inet6Address inet6Address)  
MX.targetinstead.