Home / Function/ testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() — netty Function Reference

testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() — netty Function Reference

Architecture documentation for the testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() function in IoUringSocketSendSzSendmsgZcTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d7aa244c_b851_aed7_e98e_7237e2836d1b["testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose()"]
  26135596_06d1_940f_cc3a_62ccf09121f7["IoUringSocketSendSzSendmsgZcTest"]
  d7aa244c_b851_aed7_e98e_7237e2836d1b -->|defined in| 26135596_06d1_940f_cc3a_62ccf09121f7
  4d512686_38c2_fd69_88d7_aea07a32ce28["testBufferLifecycleCorrectlyHandled()"]
  d7aa244c_b851_aed7_e98e_7237e2836d1b -->|calls| 4d512686_38c2_fd69_88d7_aea07a32ce28
  style d7aa244c_b851_aed7_e98e_7237e2836d1b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSendSzSendmsgZcTest.java lines 96–106

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

Domain

Subdomains

Frequently Asked Questions

What does testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() do?
testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() is a function in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSendSzSendmsgZcTest.java.
Where is testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() defined?
testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSendSzSendmsgZcTest.java at line 96.
What does testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() call?
testBufferLifecycleCorrectlyHandledUsingSendZcWhenLocalClose() calls 1 function(s): testBufferLifecycleCorrectlyHandled.

Analyze Your Own Codebase

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

Try Supermodel Free