Home / Function/ testHandshakeWithExecutor() — netty Function Reference

testHandshakeWithExecutor() — netty Function Reference

Architecture documentation for the testHandshakeWithExecutor() function in NettyBlockHoundIntegrationTest.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 7

Entity Profile

Dependency Diagram

graph TD
  fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e["testHandshakeWithExecutor()"]
  746a8721_66e8_40dd_5dc1_a4c697fa84e4["NettyBlockHoundIntegrationTest"]
  fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e -->|defined in| 746a8721_66e8_40dd_5dc1_a4c697fa84e4
  35c44cbd_35c7_f6e3_60b9_1a16c160e2a9["testHandshakeWithExecutorThatExecuteDirectory()"]
  35c44cbd_35c7_f6e3_60b9_1a16c160e2a9 -->|calls| fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e
  517f6e48_a26a_f52f_aded_f5edc9ca7534["testHandshakeWithExecutorThatExecuteDirectoryTLSv13()"]
  517f6e48_a26a_f52f_aded_f5edc9ca7534 -->|calls| fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e
  8707eb4c_6720_035b_6cd8_c222fb371302["testHandshakeWithImmediateExecutor()"]
  8707eb4c_6720_035b_6cd8_c222fb371302 -->|calls| fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e
  05d45d0d_5847_424d_a5f7_f276b044a5cf["testHandshakeWithImmediateExecutorTLSv13()"]
  05d45d0d_5847_424d_a5f7_f276b044a5cf -->|calls| fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e
  31f28956_f5fb_58c1_6313_8ae929970fc1["testHandshakeWithImmediateEventExecutor()"]
  31f28956_f5fb_58c1_6313_8ae929970fc1 -->|calls| fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e
  245ebf56_5652_f1bb_0bd1_10ee09dda083["testHandshakeWithImmediateEventExecutorTLSv13()"]
  245ebf56_5652_f1bb_0bd1_10ee09dda083 -->|calls| fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e
  69e2cf39_b9c1_a56b_3e86_5e5660f57214["testHandshakeWithExecutorTLSv13()"]
  69e2cf39_b9c1_a56b_3e86_5e5660f57214 -->|calls| fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e
  edf57887_2940_01ad_218b_8776ed46f6d7["testHandshake()"]
  fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e -->|calls| edf57887_2940_01ad_218b_8776ed46f6d7
  style fa42d7ef_0cad_c1cf_60b8_42fc05f6a05e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-blockhound-tests/src/test/java/io/netty/util/internal/NettyBlockHoundIntegrationTest.java lines 251–260

    @Test
    public void testHandshakeWithExecutor() throws Exception {
        ExecutorService executorService = Executors.newCachedThreadPool();
        try {
            testHandshakeWithExecutor(executorService, "TLSv1.2");
        } finally {
            executorService.shutdown();
            assertTrue(executorService.awaitTermination(5, TimeUnit.SECONDS));
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does testHandshakeWithExecutor() do?
testHandshakeWithExecutor() is a function in the netty codebase, defined in transport-blockhound-tests/src/test/java/io/netty/util/internal/NettyBlockHoundIntegrationTest.java.
Where is testHandshakeWithExecutor() defined?
testHandshakeWithExecutor() is defined in transport-blockhound-tests/src/test/java/io/netty/util/internal/NettyBlockHoundIntegrationTest.java at line 251.
What does testHandshakeWithExecutor() call?
testHandshakeWithExecutor() calls 1 function(s): testHandshake.
What calls testHandshakeWithExecutor()?
testHandshakeWithExecutor() is called by 7 function(s): testHandshakeWithExecutorTLSv13, testHandshakeWithExecutorThatExecuteDirectory, testHandshakeWithExecutorThatExecuteDirectoryTLSv13, testHandshakeWithImmediateEventExecutor, testHandshakeWithImmediateEventExecutorTLSv13, testHandshakeWithImmediateExecutor, testHandshakeWithImmediateExecutorTLSv13.

Analyze Your Own Codebase

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

Try Supermodel Free