Home / Function/ testHalfClosureOnlyOneEventWhenAutoRead() — netty Function Reference

testHalfClosureOnlyOneEventWhenAutoRead() — netty Function Reference

Architecture documentation for the testHalfClosureOnlyOneEventWhenAutoRead() function in SocketHalfClosedTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  71714971_050a_f2f7_0fcc_c7f3afe1077f["testHalfClosureOnlyOneEventWhenAutoRead()"]
  12fb37da_402f_660c_11c3_2383afda173c["SocketHalfClosedTest"]
  71714971_050a_f2f7_0fcc_c7f3afe1077f -->|defined in| 12fb37da_402f_660c_11c3_2383afda173c
  e10e4eef_7517_beb9_006a_70828f05ea78["channelActive()"]
  71714971_050a_f2f7_0fcc_c7f3afe1077f -->|calls| e10e4eef_7517_beb9_006a_70828f05ea78
  ed63ea02_ba7b_766c_f519_7df130ca8449["userEventTriggered()"]
  71714971_050a_f2f7_0fcc_c7f3afe1077f -->|calls| ed63ea02_ba7b_766c_f519_7df130ca8449
  9f0d148d_19fe_6f26_b8b9_17ac45fb4050["exceptionCaught()"]
  71714971_050a_f2f7_0fcc_c7f3afe1077f -->|calls| 9f0d148d_19fe_6f26_b8b9_17ac45fb4050
  style 71714971_050a_f2f7_0fcc_c7f3afe1077f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 274–282

    @Test
    public void testHalfClosureOnlyOneEventWhenAutoRead(TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testHalfClosureOnlyOneEventWhenAutoRead(serverBootstrap, bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testHalfClosureOnlyOneEventWhenAutoRead() do?
testHalfClosureOnlyOneEventWhenAutoRead() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java.
Where is testHalfClosureOnlyOneEventWhenAutoRead() defined?
testHalfClosureOnlyOneEventWhenAutoRead() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java at line 274.
What does testHalfClosureOnlyOneEventWhenAutoRead() call?
testHalfClosureOnlyOneEventWhenAutoRead() calls 3 function(s): channelActive, exceptionCaught, userEventTriggered.

Analyze Your Own Codebase

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

Try Supermodel Free