public static interface SslProvider.SslContextSpec
| Modifier and Type | Method and Description |
|---|---|
SslProvider.Builder |
sslContext(io.netty.handler.ssl.SslContext sslContext)
The SslContext to set when configuring SSL
|
SslProvider.DefaultConfigurationSpec |
sslContext(io.netty.handler.ssl.SslContextBuilder sslCtxBuilder)
The SslContextBuilder for building a new
SslContext. |
SslProvider.Builder sslContext(io.netty.handler.ssl.SslContext sslContext)
sslContext - The context to set when configuring SSLSslProvider.DefaultConfigurationSpec sslContext(io.netty.handler.ssl.SslContextBuilder sslCtxBuilder)
SslContext.