jdkOnly() — netty Function Reference
Architecture documentation for the jdkOnly() function in SocketSslSessionReuseTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 96c4151e_bd2e_669f_9a30_7f84b42e5872["jdkOnly()"] 833479b7_a1b1_3c02_8b20_02d1937b1c41["SocketSslSessionReuseTest"] 96c4151e_bd2e_669f_9a30_7f84b42e5872 -->|defined in| 833479b7_a1b1_3c02_8b20_02d1937b1c41 style 96c4151e_bd2e_669f_9a30_7f84b42e5872 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java lines 94–100
public static Collection<Object[]> jdkOnly() throws Exception {
return Collections.singleton(new Object[]{
SslContextBuilder.forServer(CERT_FILE, KEY_FILE).sslProvider(SslProvider.JDK),
SslContextBuilder.forClient().trustManager(CERT_FILE).sslProvider(SslProvider.JDK)
.endpointIdentificationAlgorithm(null)
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does jdkOnly() do?
jdkOnly() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java.
Where is jdkOnly() defined?
jdkOnly() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSslSessionReuseTest.java at line 94.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free