public final class NettySslUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.netty.handler.ssl.SslContextBuilder |
forClient(SSLFactory sslFactory)
Creates a basic
Client SslContextBuilder
with the available properties from SSLFactory. |
static io.netty.handler.ssl.SslContextBuilder |
forServer(SSLFactory sslFactory)
Creates a basic
Server SslContextBuilder
with the available properties from SSLFactory. |
public static io.netty.handler.ssl.SslContextBuilder forClient(SSLFactory sslFactory)
Client SslContextBuilder
with the available properties from SSLFactory.
The returned object can be enriched with additional configuration for your needssslFactory - SSLFactorySslContextBuilderpublic static io.netty.handler.ssl.SslContextBuilder forServer(SSLFactory sslFactory)
Server SslContextBuilder
with the available properties from SSLFactory.
The returned object can be enriched with additional configuration for your needssslFactory - SSLFactorySslContextBuilderCopyright © 2022. All rights reserved.