testFollowNsRedirectsDefaultCaches() — netty Function Reference
Architecture documentation for the testFollowNsRedirectsDefaultCaches() function in DnsNameResolverTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 75e48225_105d_0e15_21ba_a94afed7454c["testFollowNsRedirectsDefaultCaches()"] b6215f36_0afe_a284_a3fd_3999e90a8e97["DnsNameResolverTest"] 75e48225_105d_0e15_21ba_a94afed7454c -->|defined in| b6215f36_0afe_a284_a3fd_3999e90a8e97 d2c4f806_547d_c83f_0c4a_272a5a398d07["testFollowNsRedirects()"] 75e48225_105d_0e15_21ba_a94afed7454c -->|calls| d2c4f806_547d_c83f_0c4a_272a5a398d07 style 75e48225_105d_0e15_21ba_a94afed7454c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java lines 1587–1591
@ParameterizedTest
@EnumSource(DnsNameResolverChannelStrategy.class)
public void testFollowNsRedirectsDefaultCaches(DnsNameResolverChannelStrategy strategy) throws Exception {
testFollowNsRedirects(strategy, new DefaultDnsCache(), new DefaultAuthoritativeDnsServerCache(), false);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testFollowNsRedirectsDefaultCaches() do?
testFollowNsRedirectsDefaultCaches() is a function in the netty codebase, defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java.
Where is testFollowNsRedirectsDefaultCaches() defined?
testFollowNsRedirectsDefaultCaches() is defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java at line 1587.
What does testFollowNsRedirectsDefaultCaches() call?
testFollowNsRedirectsDefaultCaches() calls 1 function(s): testFollowNsRedirects.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free