testCNAMEOnlyTriedOnAddressLookups() — netty Function Reference
Architecture documentation for the testCNAMEOnlyTriedOnAddressLookups() function in DnsNameResolverTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD aebd1acd_120a_8518_0a71_70ba8ddbb25f["testCNAMEOnlyTriedOnAddressLookups()"] b6215f36_0afe_a284_a3fd_3999e90a8e97["DnsNameResolverTest"] aebd1acd_120a_8518_0a71_70ba8ddbb25f -->|defined in| b6215f36_0afe_a284_a3fd_3999e90a8e97 cdad2db6_2c8f_b61a_d96e_56c75a10bfc6["testFollowUpCNAME()"] aebd1acd_120a_8518_0a71_70ba8ddbb25f -->|calls| cdad2db6_2c8f_b61a_d96e_56c75a10bfc6 style aebd1acd_120a_8518_0a71_70ba8ddbb25f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java lines 3883–3892
@ParameterizedTest
@EnumSource(DnsNameResolverChannelStrategy.class)
public void testCNAMEOnlyTriedOnAddressLookups(DnsNameResolverChannelStrategy strategy) throws Exception {
TRY_FINAL_CNAME_ON_ADDRESS_LOOKUPS = true;
try {
testFollowUpCNAME(strategy, true);
} finally {
TRY_FINAL_CNAME_ON_ADDRESS_LOOKUPS = false;
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testCNAMEOnlyTriedOnAddressLookups() do?
testCNAMEOnlyTriedOnAddressLookups() is a function in the netty codebase, defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java.
Where is testCNAMEOnlyTriedOnAddressLookups() defined?
testCNAMEOnlyTriedOnAddressLookups() is defined in resolver-dns/src/test/java/io/netty/resolver/dns/DnsNameResolverTest.java at line 3883.
What does testCNAMEOnlyTriedOnAddressLookups() call?
testCNAMEOnlyTriedOnAddressLookups() 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