Home / Function/ testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() — netty Function Reference

testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

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

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

Domain

Subdomains

Frequently Asked Questions

What does testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() do?
testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() is a function in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSendSzSendmsgZcTest.java.
Where is testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() defined?
testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringSocketSendSzSendmsgZcTest.java at line 108.
What does testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() call?
testBufferLifecycleCorrectlyHandledUsingSendmsgZcWhenLocalClose() 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