OpenSslServerContextTest Class — netty Architecture
Architecture documentation for the OpenSslServerContextTest class in OpenSslServerContextTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9a7a14d7_3a20_07f3_d4b4_173adb7244aa["OpenSslServerContextTest"] f9090653_8870_63b2_b842_faa5d9f4f9a6["OpenSslServerContextTest.java"] 9a7a14d7_3a20_07f3_d4b4_173adb7244aa -->|defined in| f9090653_8870_63b2_b842_faa5d9f4f9a6 1dfe9762_1935_e941_94f4_29468de521dc["checkOpenSsl()"] 9a7a14d7_3a20_07f3_d4b4_173adb7244aa -->|method| 1dfe9762_1935_e941_94f4_29468de521dc fdd42736_6bbf_6d0a_a045_75b9323cf4fb["SslContext()"] 9a7a14d7_3a20_07f3_d4b4_173adb7244aa -->|method| fdd42736_6bbf_6d0a_a045_75b9323cf4fb
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/ssl/OpenSslServerContextTest.java lines 23–34
public class OpenSslServerContextTest extends SslContextTest {
@BeforeAll
public static void checkOpenSsl() {
OpenSsl.ensureAvailability();
}
@Override
protected SslContext newSslContext(File crtFile, File keyFile, String pass) throws SSLException {
return new OpenSslServerContext(crtFile, keyFile, pass);
}
}
Source
Frequently Asked Questions
What is the OpenSslServerContextTest class?
OpenSslServerContextTest is a class in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/OpenSslServerContextTest.java.
Where is OpenSslServerContextTest defined?
OpenSslServerContextTest is defined in handler/src/test/java/io/netty/handler/ssl/OpenSslServerContextTest.java at line 23.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free