testJ2OMapping() — netty Function Reference
Architecture documentation for the testJ2OMapping() function in CipherSuiteConverterTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD dd108b4e_9ae4_ef07_5d94_3e56faf9ba32["testJ2OMapping()"] 7ce8d800_ffe2_0866_86fb_3bd0ed5edb8e["CipherSuiteConverterTest"] dd108b4e_9ae4_ef07_5d94_3e56faf9ba32 -->|defined in| 7ce8d800_ffe2_0866_86fb_3bd0ed5edb8e 7fd03266_fc99_403e_53d1_9a7cb13ace60["testJ2OMappings()"] 7fd03266_fc99_403e_53d1_9a7cb13ace60 -->|calls| dd108b4e_9ae4_ef07_5d94_3e56faf9ba32 style dd108b4e_9ae4_ef07_5d94_3e56faf9ba32 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/CipherSuiteConverterTest.java lines 134–138
private static void testJ2OMapping(String javaCipherSuite, String openSslCipherSuite) {
final String actual = CipherSuiteConverter.toOpenSslUncached(javaCipherSuite, false);
logger.info("{} => {}", javaCipherSuite, actual);
assertEquals(openSslCipherSuite, actual);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does testJ2OMapping() do?
testJ2OMapping() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/CipherSuiteConverterTest.java.
Where is testJ2OMapping() defined?
testJ2OMapping() is defined in handler/src/test/java/io/netty/handler/ssl/CipherSuiteConverterTest.java at line 134.
What calls testJ2OMapping()?
testJ2OMapping() is called by 1 function(s): testJ2OMappings.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free