public abstract class SSLSocketConfigurator
extends java.lang.Object
SSLSocket, allows to make custom configurations for the SSL Context| Constructor and Description |
|---|
SSLSocketConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
javax.net.ssl.SSLParameters |
changeParameters(javax.net.ssl.SSLParameters p)
Allows to change some parameters in the SSL engine, like enable
host identification for HTTPS.
|
abstract void |
configure(io.netty.handler.ssl.SslContextBuilder builder)
Allows a custom configuration for the SSL Context of the socket
|
public abstract void configure(io.netty.handler.ssl.SslContextBuilder builder)
builder - SslContextBuilder to configurepublic javax.net.ssl.SSLParameters changeParameters(javax.net.ssl.SSLParameters p)
p - the initial parameters