Home / Function/ testIp6SubnetFilterDefaultRule() — netty Function Reference

testIp6SubnetFilterDefaultRule() — netty Function Reference

Architecture documentation for the testIp6SubnetFilterDefaultRule() function in IpSubnetFilterTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  8b6efa8f_a00f_7d29_f527_b4336faafc0c["testIp6SubnetFilterDefaultRule()"]
  a29baed8_7220_9a86_5676_d9b84ff398ba["IpSubnetFilterTest"]
  8b6efa8f_a00f_7d29_f527_b4336faafc0c -->|defined in| a29baed8_7220_9a86_5676_d9b84ff398ba
  cba4d8c1_ee71_7b1a_b7df_9afd19b3641e["IpSubnetFilterRule()"]
  8b6efa8f_a00f_7d29_f527_b4336faafc0c -->|calls| cba4d8c1_ee71_7b1a_b7df_9afd19b3641e
  style 8b6efa8f_a00f_7d29_f527_b4336faafc0c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ipfilter/IpSubnetFilterTest.java lines 85–90

    @Test
    public void testIp6SubnetFilterDefaultRule() {
        IpFilterRule rule = new IpSubnetFilterRule("::", 0, IpFilterRuleType.ACCEPT);
        assertTrue(rule.matches(newSockAddress("7FFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF")));
        assertTrue(rule.matches(newSockAddress("8000::")));
    }

Domain

Subdomains

Frequently Asked Questions

What does testIp6SubnetFilterDefaultRule() do?
testIp6SubnetFilterDefaultRule() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ipfilter/IpSubnetFilterTest.java.
Where is testIp6SubnetFilterDefaultRule() defined?
testIp6SubnetFilterDefaultRule() is defined in handler/src/test/java/io/netty/handler/ipfilter/IpSubnetFilterTest.java at line 85.
What does testIp6SubnetFilterDefaultRule() call?
testIp6SubnetFilterDefaultRule() calls 1 function(s): IpSubnetFilterRule.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free