Home / Function/ testConnectRefusedHalfClosure() — netty Function Reference

testConnectRefusedHalfClosure() — netty Function Reference

Architecture documentation for the testConnectRefusedHalfClosure() function in SocketConnectionAttemptTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  055ea41d_c704_d771_8df3_59063587df6a["testConnectRefusedHalfClosure()"]
  c0d6b551_b352_95d7_da6e_f24e2cd37df2["SocketConnectionAttemptTest"]
  055ea41d_c704_d771_8df3_59063587df6a -->|defined in| c0d6b551_b352_95d7_da6e_f24e2cd37df2
  597a5dcd_f95f_ea5d_b03c_ef8ddd345dda["testConnectRefused0()"]
  055ea41d_c704_d771_8df3_59063587df6a -->|calls| 597a5dcd_f95f_ea5d_b03c_ef8ddd345dda
  style 055ea41d_c704_d771_8df3_59063587df6a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketConnectionAttemptTest.java lines 88–97

    @Test
    @Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
    public void testConnectRefusedHalfClosure(TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<Bootstrap>() {
            @Override
            public void run(Bootstrap bootstrap) throws Throwable {
                testConnectRefusedHalfClosure(bootstrap);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free