Home / Function/ createGroup() — netty Function Reference

createGroup() — netty Function Reference

Architecture documentation for the createGroup() function in TrafficShapingHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  14752bc1_3e71_06c6_d5af_6f16c3753a25["createGroup()"]
  89b0606a_219d_4de0_ef55_0f86426aafb3["TrafficShapingHandlerTest"]
  14752bc1_3e71_06c6_d5af_6f16c3753a25 -->|defined in| 89b0606a_219d_4de0_ef55_0f86426aafb3
  style 14752bc1_3e71_06c6_d5af_6f16c3753a25 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java lines 75–81

    @BeforeAll
    public static void createGroup() {
        logger.info("Bandwidth: " + minfactor + " <= " + bandwidthFactor + " <= " + maxfactor +
                    " StepMs: " + stepms + " MinMs: " + minimalms + " CheckMs: " + check);
        group = new DefaultEventExecutorGroup(8);
        groupForGlobal = new DefaultEventExecutorGroup(8);
    }

Domain

Subdomains

Frequently Asked Questions

What does createGroup() do?
createGroup() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java.
Where is createGroup() defined?
createGroup() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/TrafficShapingHandlerTest.java at line 75.

Analyze Your Own Codebase

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

Try Supermodel Free