Home / Function/ testCloseNotify() — netty Function Reference

testCloseNotify() — netty Function Reference

Architecture documentation for the testCloseNotify() function in ParameterizedSslHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  5d15f9ae_647b_22e9_4c99_31a6377f5344["testCloseNotify()"]
  4741a6a1_c002_17c2_c8d8_747d98eb437c["ParameterizedSslHandlerTest"]
  5d15f9ae_647b_22e9_4c99_31a6377f5344 -->|defined in| 4741a6a1_c002_17c2_c8d8_747d98eb437c
  c099b416_8d1d_19d0_6815_8c3df4081484["testCloseNotifyReceivedTimeout()"]
  c099b416_8d1d_19d0_6815_8c3df4081484 -->|calls| 5d15f9ae_647b_22e9_4c99_31a6377f5344
  1af5f038_c389_e4ed_63c1_2e586dd7d3f8["testCloseNotifyNotWaitForResponse()"]
  1af5f038_c389_e4ed_63c1_2e586dd7d3f8 -->|calls| 5d15f9ae_647b_22e9_4c99_31a6377f5344
  style 5d15f9ae_647b_22e9_4c99_31a6377f5344 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java lines 376–381

    @ParameterizedTest(name = PARAMETERIZED_NAME)
    @MethodSource("data")
    @Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
    public void testCloseNotify(SslProvider clientProvider, SslProvider serverProvider) throws Exception {
        testCloseNotify(clientProvider, serverProvider, 5000, false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testCloseNotify() do?
testCloseNotify() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java.
Where is testCloseNotify() defined?
testCloseNotify() is defined in handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java at line 376.
What calls testCloseNotify()?
testCloseNotify() is called by 2 function(s): testCloseNotifyNotWaitForResponse, testCloseNotifyReceivedTimeout.

Analyze Your Own Codebase

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

Try Supermodel Free