Package nl.altindag.ssl.netty.util
Class NettySslUtils
java.lang.Object
nl.altindag.ssl.netty.util.NettySslUtils
- Author:
- Hakan Altindag
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.handler.ssl.SslContextBuilderforClient(SSLFactory sslFactory) Creates a basicClient SslContextBuilderwith the available properties fromSSLFactory.static io.netty.handler.ssl.SslContextBuilderforServer(SSLFactory sslFactory) Creates a basicServer SslContextBuilderwith the available properties fromSSLFactory.
-
Method Details
-
forClient
Creates a basicClient SslContextBuilderwith the available properties fromSSLFactory. The returned object can be enriched with additional configuration for your needs- Parameters:
sslFactory-SSLFactory- Returns:
SslContextBuilder
-
forServer
Creates a basicServer SslContextBuilderwith the available properties fromSSLFactory. The returned object can be enriched with additional configuration for your needs- Parameters:
sslFactory-SSLFactory- Returns:
SslContextBuilder
-