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