public interface SSLOptions
JdkSSLOptions
,
NettySSLOptions
Modifier and Type | Method and Description |
---|---|
SslHandler |
newSSLHandler(SocketChannel channel)
Creates a new SSL handler for the given Netty channel.
|
SslHandler newSSLHandler(SocketChannel channel)
JdkSSLOptions
and
NettySSLOptions
.channel
- the channel.