RedirectingTestDnsServer() — netty Function Reference
Architecture documentation for the RedirectingTestDnsServer() function in DnsNameResolverTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8b3fab7a_957c_c6ff_f404_987483f990ef["RedirectingTestDnsServer()"] fab4cf20_fc88_094c_9fc4_e7a1811bd113["RedirectingTestDnsServer"] 8b3fab7a_957c_c6ff_f404_987483f990ef -->|defined in| fab4cf20_fc88_094c_9fc4_e7a1811bd113 ad8d2bbb_1a3b_82a6_036f_a0945dba1349["testRecursiveResolveCache()"] ad8d2bbb_1a3b_82a6_036f_a0945dba1349 -->|calls| 8b3fab7a_957c_c6ff_f404_987483f990ef style 8b3fab7a_957c_c6ff_f404_987483f990ef fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java lines 2357–2361
RedirectingTestDnsServer(String domain, String dnsAddress) {
super(Collections.singleton(domain));
this.domain = domain;
this.dnsAddress = dnsAddress;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does RedirectingTestDnsServer() do?
RedirectingTestDnsServer() is a function in the netty codebase, defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java.
Where is RedirectingTestDnsServer() defined?
RedirectingTestDnsServer() is defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java at line 2357.
What calls RedirectingTestDnsServer()?
RedirectingTestDnsServer() is called by 1 function(s): testRecursiveResolveCache.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free