Uses of Class
org.minidns.dnsmessage.DnsMessage
-
-
Uses of DnsMessage in org.minidns
Methods in org.minidns that return DnsMessage Modifier and Type Method Description protected DnsMessageAbstractDnsClient. getQueryFor(Question q)DnsMessageMiniDnsException.ErrorResponseException. getRequest()DnsMessageMiniDnsException.IdMismatch. getRequest()DnsMessageMiniDnsException.NoQueryPossibleException. getRequest()DnsMessageMiniDnsException.NullResultException. getRequest()DnsMessageMiniDnsException.IdMismatch. getResponse()Methods in org.minidns with parameters of type DnsMessage Modifier and Type Method Description CachedDnsQueryResultDnsCache. get(DnsMessage query)Request a cached dns response.protected abstract CachedDnsQueryResultDnsCache. getNormalized(DnsMessage normalizedQuery)abstract voidDnsCache. offer(DnsMessage query, DnsQueryResult result, DnsName authoritativeZone)voidDnsCache. put(DnsMessage query, DnsQueryResult result)Add an an dns answer/response for a given dns question.protected abstract voidDnsCache. putNormalized(DnsMessage normalizedQuery, DnsQueryResult result)DnsQueryResultAbstractDnsClient. query(DnsMessage query, InetAddress host)DnsQueryResultAbstractDnsClient. query(DnsMessage requestMessage, InetAddress address, int port)MiniDnsFuture<DnsQueryResult,IOException>AbstractDnsClient. queryAsync(DnsMessage query, InetAddress dnsServer)MiniDnsFuture<DnsQueryResult,IOException>AbstractDnsClient. queryAsync(DnsMessage requestMessage, InetAddress address, int port)Constructors in org.minidns with parameters of type DnsMessage Constructor Description ErrorResponseException(DnsMessage request, DnsQueryResult result)IdMismatch(DnsMessage request, DnsMessage response)NoQueryPossibleException(DnsMessage request)NullResultException(DnsMessage request) -
Uses of DnsMessage in org.minidns.cache
Fields in org.minidns.cache with type parameters of type DnsMessage Modifier and Type Field Description protected LinkedHashMap<DnsMessage,CachedDnsQueryResult>LruCache. backendThe backend cache.Methods in org.minidns.cache with parameters of type DnsMessage Modifier and Type Method Description protected CachedDnsQueryResultLruCache. getNormalized(DnsMessage q)voidExtendedLruCache. offer(DnsMessage query, DnsQueryResult result, DnsName authoritativeZone)voidLruCache. offer(DnsMessage query, DnsQueryResult result, DnsName knownAuthoritativeZone)protected voidExtendedLruCache. putNormalized(DnsMessage q, DnsQueryResult result)protected voidLruCache. putNormalized(DnsMessage q, DnsQueryResult result) -
Uses of DnsMessage in org.minidns.dnsmessage
Methods in org.minidns.dnsmessage that return DnsMessage Modifier and Type Method Description DnsMessageDnsMessage. asNormalizedVersion()DnsMessageQuestion. asQueryMessage()DnsMessageDnsMessage.Builder. build()Methods in org.minidns.dnsmessage with parameters of type DnsMessage Modifier and Type Method Description voidDnsMessage.Builder. copyFlagsFrom(DnsMessage dnsMessage) -
Uses of DnsMessage in org.minidns.dnsqueryresult
Fields in org.minidns.dnsqueryresult declared as DnsMessage Modifier and Type Field Description DnsMessageDnsQueryResult. queryDnsMessageDnsQueryResult. responseConstructors in org.minidns.dnsqueryresult with parameters of type DnsMessage Constructor Description CachedDnsQueryResult(DnsMessage query, DnsMessage response, DnsQueryResult synthesynthesizationSource)CachedDnsQueryResult(DnsMessage query, DnsQueryResult cachedDnsQueryResult)DirectCachedDnsQueryResult(DnsMessage query, DnsQueryResult cachedDnsQueryResult)DnsQueryResult(DnsQueryResult.QueryMethod queryMethod, DnsMessage query, DnsMessage response)StandardDnsQueryResult(InetAddress serverAddress, int port, DnsQueryResult.QueryMethod queryMethod, DnsMessage query, DnsMessage responseDnsMessage)SynthesizedCachedDnsQueryResult(DnsMessage query, DnsMessage response, DnsQueryResult synthesynthesizationSource) -
Uses of DnsMessage in org.minidns.dnssec
Fields in org.minidns.dnssec declared as DnsMessage Modifier and Type Field Description DnsMessageDnssecQueryResult. synthesizedResponseMethods in org.minidns.dnssec that return DnsMessage Modifier and Type Method Description DnsMessageDnssecValidationFailedException.AuthorityDoesNotContainSoa. getResponse()Methods in org.minidns.dnssec with parameters of type DnsMessage Modifier and Type Method Description protected StringDnssecClient. isResponseAcceptable(DnsMessage response)Constructors in org.minidns.dnssec with parameters of type DnsMessage Constructor Description AuthorityDoesNotContainSoa(DnsMessage response) -
Uses of DnsMessage in org.minidns.hla
Fields in org.minidns.hla declared as DnsMessage Modifier and Type Field Description protected DnsMessageResolverResult. answerMethods in org.minidns.hla that return DnsMessage Modifier and Type Method Description DnsMessageResolverResult. getRawAnswer()Get the raw answer DNS message we received. -
Uses of DnsMessage in org.minidns.iterative
Methods in org.minidns.iterative that return DnsMessage Modifier and Type Method Description DnsMessageIterativeClientException.NotAuthoritativeNorGlueRrFound. getRequest()Methods in org.minidns.iterative with parameters of type DnsMessage Modifier and Type Method Description protected StringReliableDnsClient. isResponseAcceptable(DnsMessage response)Check if the response from the system's nameserver is acceptable.Constructors in org.minidns.iterative with parameters of type DnsMessage Constructor Description NotAuthoritativeNorGlueRrFound(DnsMessage request, DnsQueryResult result, DnsName authoritativeZone) -
Uses of DnsMessage in org.minidns.minidnsrepl
Methods in org.minidns.minidnsrepl with parameters of type DnsMessage Modifier and Type Method Description static voidMiniDnsRepl. writeToFile(DnsMessage dnsMessage, String path) -
Uses of DnsMessage in org.minidns.source
Methods in org.minidns.source that return DnsMessage Modifier and Type Method Description protected DnsMessageNetworkDataSource. queryTcp(DnsMessage message, InetAddress address, int port)protected DnsMessageNetworkDataSourceWithAccounting. queryTcp(DnsMessage message, InetAddress address, int port)protected DnsMessageNetworkDataSource. queryUdp(DnsMessage message, InetAddress address, int port)protected DnsMessageNetworkDataSourceWithAccounting. queryUdp(DnsMessage message, InetAddress address, int port)Methods in org.minidns.source with parameters of type DnsMessage Modifier and Type Method Description protected voidAbstractDnsDataSource. cacheResult(DnsMessage request, DnsQueryResult response)voidDnsDataSource.OnResponseCallback. onResponse(DnsMessage request, DnsQueryResult result)abstract DnsQueryResultAbstractDnsDataSource. query(DnsMessage message, InetAddress address, int port)DnsQueryResultDnsDataSource. query(DnsMessage message, InetAddress address, int port)StandardDnsQueryResultNetworkDataSource. query(DnsMessage message, InetAddress address, int port)StandardDnsQueryResultNetworkDataSourceWithAccounting. query(DnsMessage message, InetAddress address, int port)MiniDnsFuture<DnsQueryResult,IOException>AbstractDnsDataSource. queryAsync(DnsMessage message, InetAddress address, int port, DnsDataSource.OnResponseCallback onResponseCallback)MiniDnsFuture<DnsQueryResult,IOException>DnsDataSource. queryAsync(DnsMessage message, InetAddress address, int port, DnsDataSource.OnResponseCallback onResponseCallback)protected DnsMessageNetworkDataSource. queryTcp(DnsMessage message, InetAddress address, int port)protected DnsMessageNetworkDataSourceWithAccounting. queryTcp(DnsMessage message, InetAddress address, int port)protected DnsMessageNetworkDataSource. queryUdp(DnsMessage message, InetAddress address, int port)protected DnsMessageNetworkDataSourceWithAccounting. queryUdp(DnsMessage message, InetAddress address, int port) -
Uses of DnsMessage in org.minidns.source.async
Methods in org.minidns.source.async with parameters of type DnsMessage Modifier and Type Method Description DnsQueryResultAsyncNetworkDataSource. query(DnsMessage message, InetAddress address, int port)MiniDnsFuture<DnsQueryResult,IOException>AsyncNetworkDataSource. queryAsync(DnsMessage message, InetAddress address, int port, DnsDataSource.OnResponseCallback onResponseCallback)
-