Home / Function/ testSslGreeting() — netty Function Reference

testSslGreeting() — netty Function Reference

Architecture documentation for the testSslGreeting() function in SocketSslGreetingTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e5d1f7d6_7e4a_fa20_4d73_2f109d65fc7b["testSslGreeting()"]
  0d8d21bd_73fc_7280_239e_74797713c184["SocketSslGreetingTest"]
  e5d1f7d6_7e4a_fa20_4d73_2f109d65fc7b -->|defined in| 0d8d21bd_73fc_7280_239e_74797713c184
  style e5d1f7d6_7e4a_fa20_4d73_2f109d65fc7b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslGreetingTest.java lines 123–134

    @ParameterizedTest(name = "{index}: serverEngine = {0}, clientEngine = {1}, delegate = {2}")
    @MethodSource("data")
    @Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
    public void testSslGreeting(final SslContext serverCtx, final SslContext clientCtx, final boolean delegate,
                                TestInfo testInfo) throws Throwable {
        run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
            @Override
            public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
                testSslGreeting(sb, cb, serverCtx, clientCtx, delegate);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does testSslGreeting() do?
testSslGreeting() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslGreetingTest.java.
Where is testSslGreeting() defined?
testSslGreeting() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslGreetingTest.java at line 123.

Analyze Your Own Codebase

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

Try Supermodel Free