Home / Function/ testAutoReadOnDataReadImmediately() — netty Function Reference

testAutoReadOnDataReadImmediately() — netty Function Reference

Architecture documentation for the testAutoReadOnDataReadImmediately() function in SocketDataReadInitialStateTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a22276e0_5edb_fe8e_f7cb_cde3a6790e6a["testAutoReadOnDataReadImmediately()"]
  af2a679c_61be_eb91_8df5_4b86a85c08c5["SocketDataReadInitialStateTest"]
  a22276e0_5edb_fe8e_f7cb_cde3a6790e6a -->|defined in| af2a679c_61be_eb91_8df5_4b86a85c08c5
  style a22276e0_5edb_fe8e_f7cb_cde3a6790e6a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketDataReadInitialStateTest.java lines 139–148

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free