Home / Function/ testProtocolMatch() — netty Function Reference

testProtocolMatch() — netty Function Reference

Architecture documentation for the testProtocolMatch() function in SSLEngineTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  636e5a64_8aa1_31a2_33ee_22a281b710d6["testProtocolMatch()"]
  9150c92a_2afc_b83a_c3bf_86dfac6e9d9b["SSLEngineTest"]
  636e5a64_8aa1_31a2_33ee_22a281b710d6 -->|defined in| 9150c92a_2afc_b83a_c3bf_86dfac6e9d9b
  a3e37cac_f0f9_6df0_2442_2e6c0ca1b5a8["testProtocol()"]
  636e5a64_8aa1_31a2_33ee_22a281b710d6 -->|calls| a3e37cac_f0f9_6df0_2442_2e6c0ca1b5a8
  style 636e5a64_8aa1_31a2_33ee_22a281b710d6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java lines 2202–2206

    @MethodSource("newTestParams")
    @ParameterizedTest
    public void testProtocolMatch(SSLEngineTestParam param) throws Exception {
        testProtocol(param, false, new String[] {"TLSv1.2"}, new String[] {"TLSv1", "TLSv1.1", "TLSv1.2"});
    }

Domain

Subdomains

Frequently Asked Questions

What does testProtocolMatch() do?
testProtocolMatch() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java.
Where is testProtocolMatch() defined?
testProtocolMatch() is defined in handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java at line 2202.
What does testProtocolMatch() call?
testProtocolMatch() calls 1 function(s): testProtocol.

Analyze Your Own Codebase

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

Try Supermodel Free