Home / Function/ testSuspendAndResumeAccept() — netty Function Reference

testSuspendAndResumeAccept() — netty Function Reference

Architecture documentation for the testSuspendAndResumeAccept() function in ServerSocketSuspendTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b127ec4c_4b34_c5af_4c3b_801a3610aba2["testSuspendAndResumeAccept()"]
  b05adb2f_065c_aba2_8df3_2df1df2bb241["ServerSocketSuspendTest"]
  b127ec4c_4b34_c5af_4c3b_801a3610aba2 -->|defined in| b05adb2f_065c_aba2_8df3_2df1df2bb241
  5c9791be_a5a4_dd18_0cd6_1875b6faacc4["AcceptedChannelCounter()"]
  b127ec4c_4b34_c5af_4c3b_801a3610aba2 -->|calls| 5c9791be_a5a4_dd18_0cd6_1875b6faacc4
  style b127ec4c_4b34_c5af_4c3b_801a3610aba2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/ServerSocketSuspendTest.java lines 41–50

    @Test
    @Disabled("Need to investigate why it fails on osx")
    public void testSuspendAndResumeAccept(TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<ServerBootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap) throws Throwable {
                testSuspendAndResumeAccept(serverBootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testSuspendAndResumeAccept() do?
testSuspendAndResumeAccept() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/ServerSocketSuspendTest.java.
Where is testSuspendAndResumeAccept() defined?
testSuspendAndResumeAccept() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/ServerSocketSuspendTest.java at line 41.
What does testSuspendAndResumeAccept() call?
testSuspendAndResumeAccept() calls 1 function(s): AcceptedChannelCounter.

Analyze Your Own Codebase

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

Try Supermodel Free