Home / Function/ testCloseNotifyReceivedTimeout() — netty Function Reference

testCloseNotifyReceivedTimeout() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java lines 383–389

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

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free